nginx-module-rtmp - NGINX RTMP module
Website: | https://github.com/arut/nginx-rtmp-module |
---|---|
License: | BSD |
Vendor: | GetPageSpeed, Inc. |
- Description:
NGINX-based Media Streaming Server To enable this module after installation, add the following at the top of /etc/nginx/nginx.conf and reload nginx: load_module modules/ngx_rtmp_module.so;
How to Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install yum-utils sudo yum-config-manager --enable getpagespeed-extras-mainline sudo yum -y install nginx-module-rtmp