nginx-rtmp-module
nginx-rtmp-module copied to clipboard
Anyway to authenticate through stream key only?
I have seen the threads talking about having a php file authenticate through a special string of key pairs at the end of the url. And while this definitely secures you from stopping random people from streaming to the server, it is overkill for my needs.
Is there anyway to just look at the stream key such as: if (streamkey="what_I_set_in_config") { allow stream to start }