Hi,
I'm not sure if this is correct place to ask this question, but - I'm using FMS 4.5, is it possible to create an HTML5 based media player using OSMF player. If yes, please help me with the url to download the same.
Also, I want to play HTTP dynamic streaming on iOS devices, but not using AIR runtime on iOS. What settings need to be updated on FMS for the same?
thanks,
Komal
Hi Komal,
Adobe FMS 4.5 supports HTTP Live Streaming on iOS devices. Please go through this tutorial.
If you want to play it using HTML5, you will have to create an HTML page with a video tag pointing to your m3u8 . Something like this:
<video width="320" height="240" controls="controls" src="http://www.abc.com/test/hls/abc1_hd.m3u8" />
Hope this helps.
Thanks!
Thanks Shiven, I am using open source API - VideoJS - to play the html5 videos. I will try m3u8 to playback the dynamic streaming on iOS.
Second, I have to implement a feature such as Youtube - when we have a video in 3 different bit-rates. User can chose to play any bit-rate of his choice by selecting from a radio button / popup menu. I am assuming that m3u8 will come into picture only at the initial loading of the player. While at the user interaction we I have to use individual mp4 files e.g. samplevideo_340p.mp4, samplevideo_720p.mp4, samplevideo_1080p.mp4, etc. Can you confirm this ?
thanks,
Komal
North America
Europe, Middle East and Africa
Asia Pacific