Daily Archives: 2013/08/31


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 […]

Getting started with nginx rtmp


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. […]

Supporting DXVA 2.0 in DirectShow