nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
rtmp error
when i add the rtmp config to the file there ist this error message: nginx: [emerg] "rtmp" directive is not allowed here in /usr/local/nginx/conf/nginx.conf:118
The RTMP stream works properly but both HLS and DASH doesn't. It only generates invalid files smaller than 1MB and when playing via VLC it only shows green screen.
Hello, i have configured authentication as follows: ``` rtmp { server { listen 1935; chunk_size 8192; application hls { on_play http://url.com/auth; on_publish http://url.com/auth; live on; meta copy; hls on; hls_path...
So I have a small website that shows different streams from web cameras around the city. (ex: https://camstream.alteco.lv:8443/live/camera1.m3u8). The stream can be viewed here: https://camstream.alteco.lv/camera/76d4b7f895df This is a simple page...
I have a problem when developing a livestream system with nginx-rtmp-module . I have consulted some systems, there is a function that when pushing the rtmp stream, the livestream systems...
Hello, the m3u8 run as the image and stop after every part also after load 18.ts then load 19.ts but it's load 15.ts again.  please i want help to...
I am capturing 4 channels by RTMP, but there are two channels that capture OK but when I see them for hls I see that the video stream is lost....
Hello, i have an nginx instance with 800 streams, running AMD Ryzen 9 5950X 3.4GHz + 128gb ram (used as ramdisk for nginx rtmp) but some channels get "stuck" -...
hi i use https://github.com/harrypython/itsagramlive to start live in manual it start correctly: python3 /root/itsagramlive-master/live_ffmpeg2.py -u user -p pass -f rtmp://127.0.0.1:1935/live/test but when i insert the code in the nginx.config ,...
Hi, I'm seeing an issue with the HLS files generation. With some versions of OBS, what I was not able to determine why, the chunk files are being deleted prematurely...