arut / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
13.45k stars 3.51k forks source link

manage nginx rtmp with web gui #1354

Open ascomputer opened 5 years ago

ascomputer commented 5 years ago

as a title someone has no idea how to manage the rtmp server with a web page ... example enable or disable a string rtmp or write a new etc. etc.

cwchristerw commented 5 years ago

You will have to make web gui yourself but something can be done by using on_publish and on_play also there is /control which you can use to do somethings

cwchristerw commented 5 years ago

If you want to create stream key system or dynamically redirect stream to any streaming service (example youtube, twitch, mixer) then use on_publish and on_play.

alessandro-massarenti commented 3 years ago

is someone working on a GUI using this module?