I have an IIS 7.0 server setup with Media Services 4.0. I created a very simple html 5 page which containts a video
with its source
pointing to a *.ism
file. Is it possible to play the video using the manifest of the ism file in html 5, like in silverlight?
Here's the html code:
<html>
<body>
<video width="640"
height="480"
src="myvideo.ism/Manifest"
autoplay="true"
controls="true">vid</video>
</body>
</html>
Ryan
sorry, but that's not possible.
there few supported formats: webm, ogv and mp4 but not all browsers support all of them.
来源:https://stackoverflow.com/questions/6470001/html-5-video-streaming-ism-file