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

I want to create load balance for rtmp streams, I have tried using nginx's upstream for nginx's tcp but the problem is that when calling on_publish or on_update ... ,...

I was going through the Apple manifest construction docs and saw this tag `#EXT-X-PLAYLIST-TYPE` and when i check manifest files created from the nginx-rtmp module it doesn't have this tag....

I was looking thru the directive, decided to try the control module that way I won't have to restart Nginx in case one of my streams did not quit properly,...

Hi together, i have implemented an adaptive hls configuration at the moment. There are three variants which are produced by ffmpeg (2Mbit, 4Mbit, 8Mbit) and everything is working fine. Now...

hello everyone, is there the possibility to stream hls with abr?

this is my current configuration is it possible to disable audio and show only video ? ``` rtmp { server { listen 1935; chunk_size 4096; application live { live on;...

Hi! Telegram is use RTMPS, that's why i setup stunnel streaming to stunnel port works fine, but when i stream to nginx, push not work. On same config push to...

I have created the following config for hls in application 'live': ``` hls on; hls_path /hls; hls_fragment 10s; hls_playlist_length 18h; hls_sync 100ms; hls_fragment_naming system; hls_continuous on; hls_nested on; pull rtmp://localhost:1935/live/test.stream...

Throwing out a question here: Is it possible to have multiple rtmp servers or applications to make the streaming workflow easier? I have the need to re-stream to different groups...

``` [root@fedoraos nginx-1.15.0]# ./configure --add-module=/root/nginx-1.15.0/nginx-rtmp-module-1.2.1 --with-http_ssl_module --with-debug checking for OS + Linux 4.16.15-300.fc28.x86_64 x86_64 checking for C compiler ... found + using GNU C compiler + gcc version: 8.1.1 20180502...