HTML 5视频流.ism文件? [英] HTML 5 video streaming .ism file?

查看:225
本文介绍了HTML 5视频流.ism文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用Media Services 4.0的IIS 7.0服务器设置。我创建了一个非常简单的html 5页面,其中包含视频,其指向 * .ism 文件。是否可以使用html 5中ism文件的清单播放视频,就像在silverlight中一样?

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?

这是html代码:

<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.

支持的格式很少:webm,ogv和mp4,但并非所有浏览器都支持所有格式。

there few supported formats: webm, ogv and mp4 but not all browsers support all of them.

这篇关于HTML 5视频流.ism文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆