Updated Getting started with nginx rtmp (markdown)

Roman Arutyunyan
2013-06-10 18:30:49 -07:00
parent d64b3912fd
commit d413773adf

@ -14,13 +14,13 @@ Download & unpack nginx (you can also use svn)
tar xzf nginx-1.2.4.tar.gz
cd nginx-1.2.4
Build nginx 1.2.x with nginx-rtmp
Build nginx with nginx-rtmp
./configure --add-module=/usr/build/nginx-rtmp-module
make
make install
Build nginx 1.4.x with nginx-rtmp
For nginx 1.3.4-1.5.0 more options are needed
./configure --add-module=/usr/build/nginx-rtmp-module --with-http_ssl_module
make