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,