nginx-rtmp-module icon indicating copy to clipboard operation
nginx-rtmp-module copied to clipboard

NGINX-based Media Streaming Server

Results 197 nginx-rtmp-module issues
Sort by recently updated
recently updated
newest added

recording is so awesome.. but can the recorded file save in different path? let say the dynamic path base on stream name, something like this : ``` application { live...

Hello ! I want to get the pulls urls for restreaming from API call to my web server with on_connect {url} method. How can i use the request response on...

Hi there, I can't read the access.log and error.log files in /var/log/nginx/. command: `less error.log` output: `error.log is not a regular file (use -f to see it)` When I force...

hello , is anybody know how to encrypt rtmp stream with AES, like this. 1. open a rtmp application "live". 2. push a video with ffmpeg etc... 3. nginx-rtmp will...

![image](https://user-images.githubusercontent.com/6795312/42444517-e6193a60-83a2-11e8-9b0f-e901fdbe3c97.png) This is serverA nginx.conf, push stream to 10.152.95.62 and 10.152.95.63. I can see In bits/s in stat page on 10.152.95.62 I also can find ts file on server. HLS...

Are there plans to pickup this repo after months of inactivity?

Hi I'm experiencing very high lag when pulling a stream. Here's the very simple config: ``` rtmp { server { listen 1935; chunk_size 4096; application Test { live on; record...

HI @arut : Wonderful repo ! I am facing one issue when I am pushing video feed H 264 High profile and transcode the same in HLS it is getting...

I am using nginx rtmp on my server. I push iptv m3u8 using ffmpeg to my nginx rtmp server. Video stream plays from my server but after 4-5 minutes, video...

This allows for passing a list of redirect URLs so that a stream can be forwarded to multiple endpoints at once.