如何在 IIS7 中流式传输 .flv 文件
我在 IIS6 上有一个工作解决方案,这是我使用本指南制作的: 使用 ASP.NET 2.0、IIS 和 HTTP 处理程序进行 FLV Flash 视频流
该应用程序基本上是一个 FLV 播放器,但流媒体对其至关重要。
现在,我们的一位客户正在运行 IIS7,并且流式传输无法正常工作,所以我希望这里有人现在可以解决这个问题。
I have a working solution on an IIS6, which I made using this guide: FLV Flash video streaming with ASP.NET 2.0, IIS and HTTP handler
The app is basically a FLV Player, but streaming is essential to it.
Now, one of our customers is running IIS7 and the streaming doesn't work, so I was hoping that someone in here would now how do handle this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IIS 可能缺少 MIME 类型声明并且不提供 fla 文件。查看这篇文章以获取可能的解决方案: http ://flassari.is/2010/05/flv-and-f4v-files-not-found-on-iis/
The IIS could be missing the MIME type declaration and not serving the fla files. Look at this post for a possible solution: http://flassari.is/2010/05/flv-and-f4v-files-not-found-on-iis/