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

Hello! If I send an RTMP stream via OBS: Server: rtmp://IP/live Key: 1234 The server receives this and it works via "push (to YouTube)". If I use "exec ffmpeg ......

Is there a way to disconnect a stream connection if the relay disconnects? The following is a code snippet. If the push to port 2935 disconnects, I would like to...

Needs dynamic routing of rtmp streams based on file based/api auth. Just need the ability to set variables like normal nginx with set.

The Svace static analysis tool identified a potential issue in the function `ngx_rtmp_relay_on_status`(), where the return value of `ngx_rtmp_receive_amf()` is not checked (line 1292): ```c ngx_rtmp_receive_amf(s, in, in_elts_meta, sizeof(in_elts_meta) /...

The Svace static analysis tool identified a potential issue in the function `ngx_rtmp_live_join()`, where the return value of `ngx_palloc() `is used without NULL-checking (506-510): ```c if (ctx == NULL) {...

I'm encountering a problem with my NGINX configuration for RTMP stats. I can successfully stream using RTMP, but I can't access the stats page at http:///stat. I receive a 404...

I have the following setup: - live enocoder running on Windows with Wirecast - six nginx-rtmp-module servers The live encoder publishes an audio/video stream to the first nginx-rtmp-module server, which...

Hi, I am getting an "already publishing" error on the Android device when connected to a 4G network. I have attached a few screenshots of the logs: When the new...

I am using the nginx-rtmp-module with the following configuration: `http { server { listen 8080; server_name localhost; location /control { rtmp_control all; } location /stat { rtmp_stat all; rtmp_stat_stylesheet /stat.xsl;...

I really enjoyed using this project, nice work! Caught a couple of typos in the README.md though 😛