
HTML5 mp4 vs. Apple IOS m3u8 embedding
Working with the new player and javascript embedding. Also working with the new Adobe FMS with HLS to assist in taking a standard mp4 and dynamically creating a m3u8 file, primarily for iPad, etc.
I have been trying to figure out if it is possible to have a mode just for, say, iPad so I can take advantage of the m3u8 feature, but fallback to mp4 for desktop Chrome for instance.
I can perform some browser detection so I can change the file name. With Adobe FMS 4.5, a straight mp4 would like similar to:
http://<streamingservername>/vod/video.mp4
whereas, to take advantage of HLS, it would look similar to:
http://<streamservername>/hls-vod/video.mp4.m3u8
FMS takes care of creating the .ts type files to play "on the fly" (based off my limited knowledge).
Thoughts?
Thanks
Chief
(btw - love the new player and js embedding)