just do IT

Saturday, May 22, 2010

use ffmpeg to setup streaming server on android

›
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...
50 comments:
Friday, May 21, 2010

invisible directshow render window

›
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 show...
Thursday, May 20, 2010

logging with osip

›
As I posted before , logging is an important debugging means. In order to be truly useful and convenient, the logging module should at lease...
Monday, May 17, 2010

sip elements lifecycle

›
In sip protocol, the difficult thing is the liecycle of sip elements, including dialog, transaction and message. Though defined as different...
Friday, May 14, 2010

capture network traffic on windows ce

›
When developing network applications, it's always necessary to capture network traffic. Windows ce has built-in sniffer tool, netlog fo...
Monday, May 10, 2010

use googletest on windows ce

›
I've been trying to use googletest  on windows ce platform to do  unit testing . But gtest doesn't provide a windows ce project file...
9 comments:
Monday, April 26, 2010

describe intention directly before ask a question

›
Before asking a question, it's a good habit to describe your intention clearly. Below is a real story happened between me and a coworker...
1 comment:
Sunday, April 25, 2010

streaming audio on android

›
Streaming media refers to the capability of playing media data while the data is being transferred from server. The user doesn't need t...
43 comments:
Saturday, April 24, 2010

why I prefer wireshark to network monitor

›
Personally, I prefer wireshark to network monitor for: Wireshark runs on many platforms including windows, linux, mac os x, etc. I need t...
2 comments:
Friday, April 23, 2010

standalone windbg v6.12.0002.633

›
I read from Tomas's post that newer version windbg can't be downloaded from microsoft directly anymore. To get newer windbg, we ha...
38 comments:
Wednesday, April 21, 2010

Use google.com instead of google.com.hk

›
After google moved their service from china mainland to hongkong, I can't access google.com or google.cn from mainland anymore. I always...
Sunday, April 18, 2010

Override CheckMediaType with care

›
A problem I encountered while developing my source filter's output pin is that inside FillBuffer method, the media type and size of the...
‹
›
Home
View web version
Powered by Blogger.