nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
when i use directive pull like this my rtmp url is : rtmp://10.67.89.191:19041/live/0/32057100001127007720 the port is not 1935 nginx config code like this ` rtmp_auto_push on; rtmp { server {...
I've got this configuration here; the push directive isn't letting me stream. Trying to play from the 'final' endpoints doesn't show anything in mpv. What am I doing wrong? ```...
Can someone please help how to receive rtmp as examples but then save into multi bitrate and accessible as VOD afterward ? ffmpeg -re -i rtmp://localhost:1935/$app/$name -filter_complex '[0:v]split=3[v1][v2][v3]; [v1]copy[v1out]; [v2]scale=w=1280:h=720[v2out];...
Hello, We've tried to follow the instructions as close as possible but no matter what we have done, we can't seem to pull through on HLS or Dash despite RTMP...
I'm trying to build on windows 10 using MSYS2+MinGW-w64. However I get an error everytime. My automake params: ``` auto/configure \ --with-debug \ --prefix=bin \ --conf-path=bin/conf/nginx.conf \ --pid-path=bin/nginx.pid \ --http-log-path=bin/logs/access.log...
Hi, I have this basic setup: ``` rtmp { server { listen 1935; chunk_size 4096; access_log /var/log/nginx/rtmp_access.log; hls on; hls_path /usr/local/www/stream/tmp/hls0; hls_nested on; hls_fragment 5s; hls_playlist_length 30s; hls_fragment_naming system; timeout...
Hi, I'm working on the support of ID3 metadata for HLS streams, following the apple specifications[0]. On reception of AMF metadata in the rtmp stream, the ID3 tags would be...
Hello, I have 8 cores on my Ubuntu pc and if i use worker_processes 1; i can see all streams in http://127:0:0:1:10001 and the output in HLS and RTMP works...
If I increase worker processes in nginx conf file , the stats page only shows single core connected cameras. Is their any workaround so that my stats page shows dual...
eg: server :rtmp://open-push.voip.yximgs.com/gifshow/ stream key kwai_actL_ol_act_876222221_strL_origin?sign=2121212d00d&ks_fix_ts How to edit a config?