diff --git a/Getting-started-with-nginx-rtmp.md b/Getting-started-with-nginx-rtmp.md index 356d7db..5b74cec 100644 --- a/Getting-started-with-nginx-rtmp.md +++ b/Getting-started-with-nginx-rtmp.md @@ -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