Wowza Community

Publishing password on rtmp server info

Hi,

How can I publish a stream and protect it with the password on the rtmpserver info, like this:

rtmp://my_ip/stream1/?p=mypassword

Thanks.

Use SecureURLParams

https://www.wowza.com/docs/how-to-secure-publishing-from-an-rtmp-encoder-that-does-not-support-authentication-modulesecureurlparams

A better option, if the encoder supports it. is ModuleRTMPAuthenticate

https://www.wowza.com/docs/media-security-overview)

Richard