0

嗨,我想通过变换管理器将视频从IIS 7传输到我的iOS应用程序。HTML 5 apple smooth远程IIS管理器流

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

我已创建一个IIS虚拟目录的变换经理的输出目录。在AppleOutput文件夹中为iOS流创建的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> 

这里是我的苹果产量Direcotry enter image description here

这里是我的虚拟目录我是来自本地的机器,但视频接入不会玩

enter image description here

回答

0

有几个问题:

  1. 是否已打开IIS Web发布?
  2. 是您在inetpub \ wwwroot目录中引用的AppleOutput文件夹?

默认情况下,Transform Manager监视文件夹位于Web根目录之外。任何平滑流式转换将需要移到Web根目录中的可用目录中。