rtmp/rtsp authorization
Can you help us enable authorizations for rtmp and rtsp. I uncomment section in config.lua but authorizations not work.
and additionally authorization for http and HLS.
1 Answers
Hi techq,
Do you mean authentication? Do you want to add security with your streams?
You may follow this for rtmp, rtsp and websockets authentication: http://docs.evostream.com/2.0/userguide_configlua.html#authentication
You may use aliasing in HLS if you want to secure the stream.
Please see http://docs.evostream.com/2.0/userguide_aliasingandauthentication.html, this might answer your needs.
Thank you!