Our media delivery platform supports progressive downloads and all major streaming protocols. This way, it doesn't matter whether your videos are watched on pc, tablet, smartphone or TV-set. Moreover, with a single codebase or embedding code you can deliver your media to a multitude of devices, players and platforms.
This demo uses the fallback mechanism built into the Jeroen Wijering player, which makes the player go down a list of protocols - in the order you choose - until delivery succeeds.
- The example below first tries to stream the video over good old RTMP (Flash streaming).
- Failure to do so (e.g. because the Flash plugin is not installed or Flash is not supported) will result in an attempt to deliver the video to HTML5 players that support Apple HTTP Live Streaming (HLS). This will succeed on Apple devices, such as the iPhone or iPad, who do not support Flash.
- As a last resort, the video is made available by means of progressive download to any HTML5 player. In order to make sure that all (HTML5 enabled) browsers can play the video, it is offered in three different formats (H.264, WebM and Ogg). This serves as a catch-all for pretty much all remaining platforms.




