nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
Hello, does it support Low Latency HLS? [https://en.wikipedia.org/wiki/HTTP_Live_Streaming#Low_Latency_HLS](url)
With my great respect, nginx is really a great open source project, and nginx-rtmp module works very well in RTMP/HLS/DASH scenario. And this repos is not dead as discussed in...
Hi everyone, Is there a way to play multiple RTMP with "almost" perfect sync ? I made a "chart" to explain what I try to achieve, Players will stream their...
I found 3 issues, making this request in 2013, today 2022, it is not implemented yet? https://github.com/arut/nginx-rtmp-module/issues/52 https://github.com/arut/nginx-rtmp-module/issues/231 https://github.com/arut/nginx-rtmp-module/issues/287
Hi, does the module also pass the metadata from the provider to the subscriber e.g ID3 Tag information from ffmpeg? I have the following configuration: ffmpeg commandline: ffmpeg -re -i...
1.there have 3 seconds delay when play local rtmp stream in vlc the local rtmp stream url like this:rtmp://127.0.0.1/live/123.flv. nging.conf is like this: application live { live on; play /usr/nginx/html/flv_file;...
Hi! I am trying to stream from ffmpeg running inside a Raspberry Pi to a server that runs Nginx and nginx-rtmp-module in my local network. When I run the command...
Hello All, I am new to nginx rtmp and I am trying to save the videos in a folder inside another user home directory but I keep getting errores regarding...
Goal is to achieve the renaming of stream directory as in https://github.com/arut/nginx-rtmp-module/issues/1705 The 302 redirect happens to `http://host.docker.internal/username` and the nginx/hls tries to create a directory but with the full...
Hi, how to use stream alias or something like this. I need to separate live streaming for the autovj streming for example, on live streaming I will use OBS Studio,...