Secure flowplayer with fallback

Permalink
Hi,

I'm, making a video website on concrete5 with the flowplayer videoplayer as a block ad-don. I've tested the addon flowplayer free, only it misses some functionality that i want. If would like the following setup.

1. The player needs to play the movies on a secure way, so the movies cant be stolen. (Possible with flowplayer on PHP)
2. I would like to upload multiple video's for one player. h264(iphone), ogg or 3gp (for Android) and flv (flashfall back). The player needs to choice the right video codec for the device.
3. Videoplayer needs to be scalable with a width of 100%, so the height needs to adjust on its own. So there's no black borders around the player.

First two points a must and third a wish.

Hope someone can help and ofcource not for free, that's why the jobs board.

Thanks in advance!

R4YM3
 
mnakalay replied on at Permalink Reply
mnakalay
Hello,

I'm wondering if what you want is even possible.
The problem is flowplayer is a flash player which means that it will not work on ios (iphone and the like) and will only work on the latest versions of android (ics4 and later)
You should consider a javascript or html5 player.
I suggest you check the following 2 free players instead
http://www.concrete5.org/marketplace/addons/html5-video/...
http://www.concrete5.org/marketplace/addons/video-js-player/...

Good luck
R4YM3 replied on at Permalink Reply
R4YM3
Hi Mnakalay!

Thank for your feedback.
Fallback is supported by flowplayer, see:http://flowplayer.org/plugins/javascript/ipad.html....

"Flowplayer supports iPad and iPhone even without this plugin. This support comes from the fallback embedding features that are included in the flowplayer.js script. This plugin offers the following additional features and benefits that are not included in the default fallback of flowplayer.js"

Great, thanks for you alternative chooses. Only it needs be "all-in-one" videoplayer.