Download, build and install CD to build directory (home) cd /usr/build Download & unpack latest nginx-rtmp (you can also use http) git clone git://github.com/arut/nginx-rtmp-module.git Download & unpack nginx (you can also use svn) wget http://nginx.org/download/nginx-1.2.4.tar.gz tar xzf nginx-1.2.4.tar.gz cd nginx-1.2.4 Build nginx with nginx-rtmp ./configure --add-module=/usr/build/nginx-rtmp-module make make install For […]
StreamingMedia
This thread is direct forward from Microsoft MSDN website: http://technet.microsoft.com/zh-cn/aa965245 Easlier in this month, I was researching hardware video encoding/decoding supports for Linux base environments, which involves Intel Media SDK & VA-API(libva). Happen to see this DXVA related post in MSDN, so I decided to copy it to my blog. […]
I’m new to H323, so if there something went wrong, please let me know it. I’ll be very apprieciated. The information in H.245 terminalCapabilitySet is really sucked. As a newbie, I have no idea what it is whatever represented in the collapsing & nonCollapsing.
Make your VLC player connecting RTSP streams default with RTP over TCP mode VLC media palyer version: 2.0.8 Twoflower Follow these steps to set your default setting: Tools –> Preferences –> Input & Codecs Find “Network” settings, and check RTP over RTSP (TCP) option, then restart/reopen your rtsp network stream, […]
720P H.264 video decoding performance Yesterday I got two test H.264 ES stream files from one of my colleague. One was encoded by Main Profile, the other was encoded by Baseline Profile. Weired thing is decoding the Main Profiled file seems much more fast than the Baseline Profiled file. To […]
After finished my first phase of GPU – Intel Media SDK research, now it’s time to get into libva, my goal is to get a set of performance test report for both MSDK and libva, so that we can finally choose one of them, or both of them for product […]