nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
Hello, I consistently get disconnections during long streams. When that happens I lose exactly 3 seconds of stream, probably due to push_reconnect which is 3s by default. Here is the...
Hi, i got a bash script which pushes .ts files to rtmp then served as .m3u8 streams. This is the command i use ffmpeg -re -i "path to ts file"...
nginx-rtmp-module/ngx_rtmp_core_module.c(611): warning C4456: declaration of 'sa' hides previous local declaration nginx-rtmp-module/ngx_rtmp_core_module.c(506): note: see declaration of 'sa' I'm getting these two errors when I try to build in Windows. Not sure...
Hello, I have 2 questions : 1) Is multistream supported ? 2) Are communications encrypted ?
Чуть ниже текст на русском. I've installed nginx-1.10.3. I've also downloaded nginx-rtmp-module from https://github.com/arut/nginx-rtmp-module/archive/master.tar.gz After unpacking I ran `./configure `with `--add-module=../nginx-rtmp-module-master` After installing the nginx server woks, but when I...
Sorry if this was answered before but I couldn't find anything in the documentation about it. I'm using nginx-rtmp to convert an RTSP video stream (without audio) to RTMP and...
Hey, I made RTMP to HLS streaming work with OBS, if you pass a stream key, it creates a hls stream, in this case, the stream key is `supersecret`. What...
We have a problem with our stream routing for online-lectures. We get an RTSP-stream and mix it together with line-in over pulseaudio. This looks something like: ``` ffmpeg \ -use_wallclock_as_timestamps...
Problème flux vidéo en sortie serveur http Ubuntu derrière la Box Mon problème : Contexte : Box Bbox Fit Fibre 400 Mb/s firmware 20.8.8 Serveur web NGINX/RTMP/HLS ( Ubuntu connecté...
Hi guys. I am doing some live streaming setup for my personal project and I noticed that sometime ffmpeg will not generate any hls auto it was running. I copied...