Wowza Community

How to authenticate & play secured rtmp links on mobile using RTMP connection

Hello everyone.

Im using Wowza 4.0 for live streaming,and everything seems to work perfectly.

I have tested the mobile links in both systems android&ios and they work fine.The only problem is that i want to secure these links,in order that only authenticated users could use these links.

So when i try to enable the option on “Outgoing Security” Require secure RTMP connection and Enable SecureToken content protection the actual mobile links,does not work anymore.

I wanted to know if there was any way to authenticate from native app such android or ios in order to get these link playable,without using DRM AddOn.

Please someone help me ,cause i’m strugglin here for 2 week :(:frowning:

Thanks

iOS does not support RTMP, and adding Secure Token won’t prevent playback on iOS. If you are using an RTMP player on the mobile device, you will need to add the Secure Token to the player and recompile.

You can use this module to control access to the HTTP streams:

How to control access to an HTTP stream

Salvadore