Wowza Community

secure token for HTML5

Hello,

My website uses RTMPE and secure token. everything fine with Flowplayer. But iOS device not support Flash and I cannot use HTML5 video tag with secure token.

is there any solution for it? now my code like:

if(isIOS()){

showHTML5

} else {

showFlowplayer

}

Thanks,

You can use this:

https://www.wowza.com/docs/how-to-control-access-to-http-streams-cupertinostreaming-sanjosestreaming-smoothstreaming-mpegdashstreaming)

And you can encrypt Cupertino streams:

https://www.wowza.com/docs/how-to-secure-apple-http-live-streaming-aes-128-external-method)

https://www.wowza.com/docs/how-to-use-the-internal-method-of-aes-128-encryption-to-secure-live-or-vod-streams-sent-to-apple-ios-devices-moduleencryptionhandlercupertinostreaming)

Richard