mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
@ -67,14 +67,10 @@
|
|||||||
|
|
||||||
cd to NGINX source directory & run this:
|
cd to NGINX source directory & run this:
|
||||||
|
|
||||||
./configure --add-module=<path-to-nginx-rtmp-module>
|
./configure --add-module=<path-to-nginx-rtmp-module> --with-http_ssl_module
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
See this article about building nginx-rtmp with HLS support:
|
|
||||||
https://github.com/arut/nginx-rtmp-module/wiki/Building-nginx-rtmp-with-HLS-support
|
|
||||||
|
|
||||||
|
|
||||||
### RTMP URL format
|
### RTMP URL format
|
||||||
|
|
||||||
rtmp://rtmp.example.com/app[/name]
|
rtmp://rtmp.example.com/app[/name]
|
||||||
|
Reference in New Issue
Block a user