nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
I would like to send the name of a published stream to an API. In my app I would have ``` on_publish http://localhost:3000/register?stream=${name} ``` Is there a way sorrect to...
It seems there are some rather sharp edges around this plugin and the stock Debian nginx configuration which I don't see documented anywhere. Assuming my observations are correct here, it's...
Hi, I had setup a video server with nginx and rtmp module. Streamers use OBS to send stream. All works fine but if streamer has an internet connexion interruption, the...
Hello guys, maybe it's a noobish question but how can I compile or build this module to nginx on Windows the commands are not working on my cmd or PowerShell,...
So like I wanted to create a live-streaming site. here's my basic idea obs -> nginx-rtmp -> [consumer/reciver] -> website so how to send the rtmp stream to consumer for...
I followed [this tutorial](https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/) to push RTMP streaming from Open Broadcast Studio to my Ningx-RTMP server. I add the "record all" command in my config file, but still no work....
Compilation fails with the warning `unused-but-set-variable`. Adding `--with-cc-opt=-Wno-unused-but-set-variable` helps ``` /Users/user/opensource/nginx-rtmp-module/ngx_rtmp_handler.c:573:48: error: variable 'nbufs' set but not used [-Werror,-Wunused-but-set-variable] ngx_int_t hsize, thsize, nbufs; ``` Probably a duplicate of #1407 (I...
This is a proposed fix for an issue faced by several users, namely "done" notifications containing an empty `name` fields when using specific vendors. See issues #351, #538, #789 and...
### Nginx Version ``` $ nginx -V nginx version: nginx/1.11.5 built by clang 8.0.0 (clang-800.0.42.1) built with OpenSSL 1.0.2k 26 Jan 2017 TLS SNI support enabled configure arguments: --prefix=/usr/local/Cellar/nginx-full/1.11.5 --with-http_ssl_module...
Hi I am getting below error with 4G cameras streaming on rtmp 2023/09/28 14:48:46 [error] 13#13: *849 live: already publishing, client: xx.xx.xx.xx, server: 0.0.0.0:1935 Note: There are a few 4G...