-
1. Re: HTTP dynamic streaming in HTML5 player, on FMS 4.5
ShivenK Apr 24, 2012 2:04 AM (in response to Komal.Mehta)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!
-
2. Re: HTTP dynamic streaming in HTML5 player, on FMS 4.5
Komal.Mehta May 15, 2012 9:52 PM (in response to ShivenK)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


