Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们希望在我们的网站中实现视频,但我们希望根据观众互联网连接的质量来切换视频比特率。
有没有办法使用 HTML5 视频来做到这一点?
亲切的问候,大安
我真的不这么认为,我也在寻找解决方案。据我所知,html5 视频仅支持渐进式视频下载或无法进行多比特率流式传输的 HLS。
然而,使用 flash 代替 html5 视频可以支持多比特率流。缺点是您的用户需要在他们的系统上安装 Flash。
如果用户没有 Flash 回退到 html5 上的 HLS,它在所有浏览器和设备上都受支持。(我所知道的)。
这就是我计划建立我的网站的方式,但我仍然感到困惑。