mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-26 15:21:48 +08:00
Updated Getting started with nginx rtmp (markdown)
@ -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
|
||||
|
Reference in New Issue
Block a user