NGINX RTMP MODULE
some of our clients uploaded videos to hosting , and the video files are big , because there is no support for rtmp the video have to be fully downloaded before it can be played.
https://github.com/arut/nginx-rtmp-module
this RTMP module fixes this with the ability to send the video in chunk's
Thank you for your input. We will consider this functionality in upcoming releases if it is popular. Everyone, please continue voting for this feature if you consider it important.
—
IG
-
Federico Mensio commented
Not working...
-
Federico Mensio commented
Is it possible to install nginx rtmp mod directly from linux shell on a server where a plesk is installed?
(sudo add-apt-repository universe
sudo apt install libnginx-mod-rtmp)If yes, is it better to edit the nginx conf file in the plesk panel (nginx additional directives) or is it possible to edit the nginx.conf directly in the Linux shell?
(rtmp {....)