nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
I'm having issues with HLS playback in Safari. I'm not sure whether the issues are actually caused by missing this header, but whenever an #EXT-X-DISCONTINUITY is present in the playlist,...
With the nginx-version 1.17.9 the module is running just fine. When updating to the nginx version 1.22.0, it compiles and can be started with the module, but no stream is...
Hi, I'm trying to adjust the playlist content to a compatible format for an IPTV device. **Current playlist content** `#EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-TARGETDURATION:4 #EXT-X-DISCONTINUITY #EXTINF:4.000, test-0.ts #EXTINF:3.900, test-1.ts #EXTINF:4.000, test-2.ts...
Any idea why this configuration stops working after a few days: ``` worker_processes 4; pid /run/nginx.pid; #error_log /var/log/nginx/debug.log debug; events { worker_connections 1024; multi_accept on; } rtmp_auto_push on; rtmp {...
We are trying to make a live streaming and we implemented nginx rtmp module and added on_publish callback to check if the stream key is valid or not. Now we...
Sorry, I am new. Do I need rtmp block in nginx conf for VOD only? I don't need real time streaming.
Starting a stream (from OBS, e.g.) always starts a new .flv file, even though I have `manual` configuration on the recorder.`curl`ing `http://localhost:8080/control/record/stop?app=live&name=test2&rec=default` multiple times also generates *new* recordings. ``` worker_processes...
My question: output file "m3u8", "ts" extensions. How to change output "mtv.m3u8" file to "mtv.json" "mtv-123122313.ts" file to "mtv-123122313.js" ? For example: mtv.json ``` #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:1797 #EXT-X-TARGETDURATION:5 #EXTINF:5.000, mtv-1610887534362.js...
Dear @arut, Please merge this PR to compile properly under Windows / MinGW64 This PR also cover #1340 Regards.
Hi, Trying to install nginx-rtmp-module and I getting same issue on serveral ubuntu versions `sudo make make -f objs/Makefile make[1]: Entering directory '/home/alek/build/nginx-1.12.0' cc -c -pipe -O -W -Wall -Wpointer-arith...