具有比特率限制的 IIS7 伪流式 FLV
我想在 IIS7.5 上将 FLV 视频的伪流与带宽控制结合起来。
伪流是指在视频中查找/跳转的能力,尽管视频尚未完全加载。这里解释了 http://flowplayer.org/plugins/streaming/pseudostreaming.html该站点还提供了一个自定义 c# IHttpHandler 实现的源代码链接,该实现在 IIS7 集成模式下可以很好地用作托管处理程序。
现在,虽然此功能有效,但 FLV 会以最大速度传输,这是不需要/不想要的。通常是 IIS7 的比特率限制模块http://www.iis.net/download/BitRateThrotdling解决了这个问题。
但组合起来它们不起作用:处理程序接管并且模块不启动。是否有任何配置可以结合这两种技术来限制伪流传输时的带宽?或者任何其他自定义实现来限制比特率接近 IIS BRT 模块的高质量?
感谢您的帮助!
I want to combine pseudo streaming of FLV videos with bandwidth control on IIS7.5.
Pseudo-streaming is the ability to seek/jump within a video although it has not been completely loaded, yet. It is explained here http://flowplayer.org/plugins/streaming/pseudostreaming.html and the site also has a link to the source code of a custom c# IHttpHandler implementation that works nicely as managed handler in IIS7 integrated mode.
Now while this is working, the FLVs are transmitted with maximum speed which is not needed/wanted. Usually the Bit Rate Throttling module for IIS7 http://www.iis.net/download/BitRateThrottling solves this.
But in combination they do not work: the handler takes over and the module does not kick in. Is there any configuration to combine these two techniques to limit bandwidth while pseudo-streaming? Or any other custom implementation to limit bit rates near to the high quality of the IIS BRT module?
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://forums.iis.net/p/1178020/1981309.aspx
http://forums.iis.net/p/1178020/1981309.aspx