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

Adds a GitHub actions workflow to compile Nginx with this module for both Windows and Linux. Auto-compiles on every commit, and also automatically compiles and adds assets to releases. (Just...

Does nginx-rtmp-module support connections over ipv6?

Add `forward_auth` to allow push stream with attached authentification. Example : ``` worker_processes auto; rtmp_auto_push on; rtmp_auto_push_reconnect 1s; events {} rtmp { server { listen 1935; listen [::]:1935 ipv6only=on; chunk_size...

Hi all, FFMpeg dont start transcoding. I use Ubuntu 14.04, FFmpeg and rtmp-nginx If i use in console, then ffmpeg its work, but not in exec in rtmp.: ``` (if...

I get this error after compiling the Dockerfile listed in the wiki: `2018/04/30 19:59:12 [emerg] 1#1: module "ngx_rtmp_module" is already loaded in /etc/nginx/modules-enabled/50-mod-rtmp.conf:1 nginx: [emerg] module "ngx_rtmp_module" is already loaded...

Hi. I made a load balancer using Upstream. as follows. ``` * * * upstream appservers { least_conn; server srv1.domain.com:443; server srv2.domain.com:443; } * * * server { listen 443...

When utilizing the push directive is there a way to redirect any parameters passed in to the source url to the target url? Example: Publishing to application via rtmp://server/live/stream?parm1=1&parm2=2 config...

I'm pretty sure I'm using rtmp-module v.1.2.2, but the stats page says 1.1.4? In older versions as well ... https://gyazo.com/69def65b3bb97dc342fab7bff9680696 (Generated by nginx-rtmp-module 1.1.4 ...) Has this info just not...

We are creating live audio-only HLS streams using the `nginx-rtmp` module. They work great in Safari (Mac and iOS). When we try to use them in VLC or from native...

hi,i use this module Directive pull,but my rtmp url is : rtmp://10.67.89.191:19041/live/0/32057100001127007720, this url is right ,i can pull content from vlc,like this ![微信截图_20211215171004](https://user-images.githubusercontent.com/2968042/146157139-b1008df8-4b9a-4711-8d36-c0da83bcb899.png) but when i use this module...