nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
I'm trying to convert a RTSP stream to RTMP through exec_pull inside RTMP application block. there are no errors but the stream doesn't work when I try to access it...
i set variable like this set $ffmpegsettings "-c:a aac -ac 2 -ab 128k -ar 48000 -c:v libx264 -x264opts 'keyint=24:min-keyint=24:no-scenecut' -b:v 1200k -maxrate 1200k -bufsize 1000k -vf 'scale=-2:720' -f" and use...
Facebook is using RTMPS Only From far time. we need suport for RTMPS by module
I just want to support rtmps in nginx+rtmp module conf.Please help me to configure that.
We am using ffmpeg with nginx rtmp module to simply remux the rtmp stream and push to another application in the same nginx.conf. Running on: Ubuntu 20.04 LTS (GNU/Linux 5.4.0-26-generic...
I'm sending a 60mbps stream to my home server and using ffmpeg on the server to compress it to 6mpbs for streaming sites as well as recording it to a...
Hi Guys , I wonder if it's possible to remove quality levels based on variables ( query strings ) via http request so that master manifest will only generate quality...
This change uses `ngx_proxy_protocol_read()` for proxy_protocol. It can handle both proxy protocol v1 and v2. This resolves #1533.
Hi @arut , firstly I want to thank you for the great module and also your contribution to the community. Now I'm wondering if there is any way to add...
Minor feature enhancement, no change to default log format. Requires at least nginx 0.9.6. Death to local time formatting :)