Hello,
I am trying to implement rtmp encoder authentication by MediaSecurity_2.0.zip pack on Wowza 3.03
Encoder when try to connect ask for username and password and then connect to server on providing of credentials.
I want to give username and password in RTMP single line address instead of popup of user/password menu like livestream.com do:
The implemented username and password in a single line address in livestream.com is:
rtmp://publish.livestream.com/mogulus/[your_channel]/username=[username]/password=[password]/isAutoLive=[true|false]
Tell me how can i implement it. I used similarly like this but its not working.
-Mamoor