FMS 4 HTTP dynamic streaming in HTML5 <video> Tag
We recently purchased FMS4 and I'm in the midst of setting it up. However, not that it's a HUGE deal, but....
I see conflicting answers in the forums about whether or not it is possible to stream media in the HTML5 <video> tag (going back to early 2010).
Ideally, I'd like to stream (most of the time using flash), but for the specific browsers that support it, (chrome, ff, IE9, and select iOS devices) HTML5 video tags.
So, can FMS 4 do that?
<video id="something" controls="controls">
<source src="http://video.mydomain.com/vod/myMovie.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
<!--[if IE]>
<object>blah, blah, blah
<embed>blah blah blah</embed>
</object>
<![endif]-->
</video>
If so, how? I gave it a shot using the above code (minus the "blah, blah, blah"
), and the video doesn't play - if all it is, is a syntax error, then please be so kind as to provide the correct syntax.
However, if it isn't possible unless you download something else, like the File Packager for HTTP Streaming or the Origin module for HTTP Dynamic Streaming... please direct me accordingly.
Any assistance would be greatly appreciated. ![]()
Thank you kindly, in advance.
