Flowplayer 上的 Javascript/jQuery HD 切换
嗨
我看到有人在 flowplayer 上进行了高清切换,有人可以建议高清视频和标清视频之间切换的代码吗?
参考:http://www.shoutfilm.com/film/14-attrition-2009/
Hi
I see someone made a HD toggle on flowplayer, could anyone advise the code of toggle between HD video and SD video?
Reference: http://www.shoutfilm.com/film/14-attrition-2009/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://flowplayer.org/plugins/streaming/bwcheck.html
该插件可能是你在追求什么。它检测是否存在带宽瓶颈并更改为较低质量的流。为此,您需要使用 RTSP 服务器,以便视频可以找到适当的时间点。
http://flowplayer.org/plugins/streaming/bwcheck.html
This plugin may be what you are after. It detects if there is a bandwidth bottleneck and changes to a lower quality stream. You will need to use a RTSP server for this so the video can seek to the appropriate point in time.