My work

Work & programming related archives.



1. Wireshark 1.10.10 source code download The source code can be downloaded from http://www.wireshark.org/download page, and can be downloaded by SVN tools, such as TortoiseSVN, from repository http://anonsvn.wireshark.org/wireshark/trunk You can download the latest version instead, but the latest version requires Qt, means you need download an extra tool: Qt 5.3.2. […]

Step by step to compile wireshark 1.10.10


BFCP - HelloAck - SupportedPrimitives
I’m participating in a project which was targeted to dual stream control together with MTs of Polycom and Huawei, by using BFCP protocol while a SIPProxy is invloved. Working environment: A. Several MTs working behind different NAT. B. A Polycom SIP Proxy Server in internet. MT: Polycom MT model: POLYCOM […]

BFCP sucks









EasyRTMP 1
A new release of EasyRTMP has been launched, the major change in this version is: Added a test win32 version of streaming server(nginx) with rtmp and HLS supported to the EasyRTMP project. Try it if you like. Per my local test it seem good than the previous version. My goal […]

New release of EasyRTMP





AAC Profile definitions - audioObjectType 9
视频会议中,通常音频能力的比较是比较简单的,通常是只是比较一下格式就行了。但是aac系列音频就是一个例外。它有一个复杂的能力表示方式,在交互的时候也不会明确的指明确切的采样率,通道数,而是像264格式一样,给出的是能力的level上限,需要我们去匹配比较。这里简单的介绍一下aac能力,和工作中碰到的问题的总结。

AAC音频能力协商问题