HTML 5 apple smooth Stream用于远程IIS管理器

时间:2012-08-27 14:26:27

标签: iis video-streaming windows-server-2008 iis-manager windows-media-services

您好我正在尝试使用转换管理器将视频从IIS 7流式传输到我的iOS应用程序。

教程链接:http://www.hanselman.com/blog/StreamingLiveOrOnDemandVideoFromIIS7ToIOSDevicesIPhoneiPadAndSilverlightClients.aspx

我创建了一个IIS虚拟目录来输出Transform Manager的目录。在用于iOS流媒体的AppleOutput文件夹中创建的Index.html以及当我从本地计算机视频打开它时,我的Safari,Chrome或iOS浏览器无法播放。是否有任何IIS设置我必须启用以从远程服务器流式传输视频

以下是生成的代码

<html>
    <head>
        <title>iOS Streaming page for xhaO6UhGMU-m3u8-aapl...</title>
    </head>
    <body>
        <video autoplay="true" controls="true" src="xhaO6UhGMU-m3u8-aapl.ism/manifest(format=m3u8-aapl)">xhaO6UhGMU-m3u8-aapl</video>
    </body>
</html>

这是我的Apple Output Direcotry enter image description here

这是我从本地计算机访问的虚拟目录,但视频无法播放

enter image description here

1 个答案:

答案 0 :(得分:0)

几个问题:

  1. 您是否启用了IIS Web发布?
  2. 您在inetpub \ wwwroot目录中引用的AppleOutput文件夹是什么?
  3. 默认情况下,转换管理器监视文件夹位于Web根目录之外。任何平滑流式转换都需要移动到Web根目录中的可用目录中。