【发布时间】:2012-08-27 14:26:27
【问题描述】:
您好,我正在尝试使用 Transform Manager 将视频从 IIS 7 流式传输到我的 iOS 应用程序。
我已经创建了一个 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>
这是我的 Apple 输出目录
这是我从本地机器访问的虚拟目录,但视频无法播放
【问题讨论】:
标签: iis video-streaming windows-server-2008 iis-manager windows-media-services