I'm currently using FMS 4.5 to stream live webcam video via HLS to the HTML5 Video object with no problem. However, when I try streaming via HDS, it doesn't work - the video never loads. I can see the video in the sample player included with the server so I know that the fragments are being created and can be played. I just don't understand why it is not playable in the HTML5 Video object.
This works for iOS devices:
<source src="http://myserver/hls-live/myapp/myinstance/myevent/mystreamname.m3u8" >
This does not work in Chrome on my desktop:
<source src="http://myserver/hds-live/myapp/myinstance/myevent/mystreamname.f4m" >
Any help is appreciated!