上一页 1 2 3 4 5 6 ··· 12 下一页

2010年6月29日

摘要: Streaming media refers to the capability of playing media data while the data is being transferred from server. The user doesn't need to wait until full media content has been downloaded to start play... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(376) 评论(0) 推荐(0)
摘要: ipython is a powerful interactive shell for python. With it, we can tak advantage of python programming language in our daily works. One of ipython's power is its tab-completion feature that needs rea... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(301) 评论(0) 推荐(0)
摘要: ffmpeg is a powerful media library. It provides ffserver tool that can be used to setup a streaming server. Here is how to compile ffmpeg for android, using CodeSourcery's cross compiler. 1. Download... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(643) 评论(0) 推荐(0)
摘要: A common task we may want to achieve while creating a media application is to start media playback on a new thread, as the sample below shows: http://code.google.com/p/rxwen-blog-stuff/source/browse/t... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(345) 评论(0) 推荐(0)
摘要: As I posted before, logging is an important debugging means. In order to be truly useful and convenient, the logging module should at lease have two traits: can be turned on and off globally supports ... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(302) 评论(0) 推荐(0)
摘要: In sip protocol, the difficult thing is the liecycle of sip elements, including dialog, transaction and message.Though defined as different layers in sip, their lifecycle usually overlaps. Message is ... 阅读全文
posted @ 2010-06-29 20:42 rxwen 阅读(289) 评论(0) 推荐(0)
摘要: I generated a pdf file from a word document with word 2007. But the pdf file looks very uncomfortable in my pdf viewer. So I looked it closely to see what makes me feel so. The culprit is the spacing ... 阅读全文
posted @ 2010-06-29 20:41 rxwen 阅读(191) 评论(0) 推荐(0)
摘要: ipython doesn't work with built-in pdb debugger. While I tried to debug a python script with "run -d script.py" within ipython shell, I got bellow error: AttributeError: Pdb instance has no attribute ... 阅读全文
posted @ 2010-06-29 20:41 rxwen 阅读(300) 评论(0) 推荐(0)

2010年6月10日

摘要: what's up 阅读全文
posted @ 2010-06-10 19:39 rxwen 阅读(130) 评论(0) 推荐(0)

2010年5月11日

摘要: I've been trying to use googleteston windows ce platform to dounit testing. Butgtestdoesn't provide a windows ce project file, so I had to modify the project myself. Here is how to do so:1. Add a new ... 阅读全文
posted @ 2010-05-11 09:15 rxwen 阅读(1206) 评论(2) 推荐(1)
上一页 1 2 3 4 5 6 ··· 12 下一页

导航