Does anyone know how to set a password to a Wowza RTSP stream?

Now I can use the stream rtsp://127.0.0.1:1935/live/mystream but I want something like rtsp://username:password@:127.0.0.1:1935/live/mystream.

Thanks.

link|improve this question

57% accept rate
feedback

2 Answers

Try setting to digest for the live's application.xml and set your username/password in the /conf/publish.password

Note - there are two different settings - PlayMethod and PublishMethod. If you're trying to secure playback, you'll want to use digest on the PlayMethod as well.

link|improve this answer
feedback

I know WMSPanel has stream protection feature in their roadmap for Wowza. It should be easy to implement via custom Wowza agent.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.