nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
I currently have Nginx setup with nginx-rtmp-module and I use it to stream into the live application and then do some FFmpeg work on it into our hls application. My...
Hello, I would like to do a setup like the following: - rtmp://nginx-rtmp-proxy.xyz/live/key1 --> stream (push) to machine1 - rtmp://nginx-rtmp-proxy.xyz/live/key2 --> stream (push) to machine2 In addition the whole setup...
Hello! Trying to configure ssl with nginx and RTMP getting errors: root@vps168451:/etc/letsencrypt/live/ukrainayhdistys.org# /usr/local/nginx/sbin/nginx -s stop && sleep 3 && sudo /usr/local/nginx/sbin/nginx nginx: [emerg] SSL_CTX_use_PrivateKey("/etc/letsencrypt/live/ukrainayhdistys.org/privkey.pem") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values...
Hello, TL;DR;  Common sense : ``` rtmp://url/key ``` special Booyah : ``` rtmp://url/ID?token=KEY ``` where `ID` is your channel id. So... I'm having some trouble trying to make it...
what is the best way to store hls , i am pushing the stream to an app and using hls_cleanup off; and hls_type event; here is the ffmpeg command to...
Hello to all ! I'm opening this issue because I have a problem that I've been thinking about for some time and for which I can't find a solution. #...
I followed a mix of [this guide](https://www.artificialworlds.net/blog/2021/11/22/streaming-to-twitch-and-peertube-simultaneously-using-nginx-on-oracle-cloud/ ) and [this page](https://github.com/arut/nginx-rtmp-module/wiki/Installing-via-Build) to setup a dedicated debian 11 nginx VPS to multi-stream to peertube and twitch (and youtube and owncast). Peertube...
Not necessarily an issue, just wanted to share this with _anyone_ and _everyone_ to whom this might be of concern... First of all, credit where credit is due - sources...