FMS - HTML 5 video tag support
Hi everyone, I'm a bit confused about HTML5 video support using FMS server.
We recenlty upgraded our FMS server to 4.5 to support video playback on mobile devices. What I would like is to have HTML5 video playback support on all HTML5 enabled browsers. Our users are currently uploading f4v files on the FMS server and I'm able to play them back using the following
FOR IOS devices:
<video width="320" height="240" controls="controls">
<source src="http://fms-server/hls-vod/video.f4v.m3u8" type="video/mp4" />
</video>
For Flash browsers
Using rtmp on : rtmp://fms-server/vod/mp4:video.f4v
What I want is to only HTML5 for all browsers (android/chrome/firefox/ie/ios). From my testing until know only IOS was successfull.
