You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
您期望的播放器正常行为是? What did you expect to happen?
xgplayer-hls.js 切换分辨率进度条不会从头开始到当前播放位置,不会出现黑屏、不会出现播放icon;
xgplayer-hls 在弱网情况下,会去请求低分辨率的资源片段,而不是一直请求playlist 中的第一个播放资源的片段;
实际播放器的表现是? What actually happened?
上面讲述的第4点、第5点
可填写您所在的公司和相关产品业务,方便我们提供更好的技术支持 You can write your company and product which uses xgplayer, for helping us provide better technical support.
The text was updated successfully, but these errors were encountered:
您使用的西瓜播放器版本是多少? What version of xgplayer are you using?
"xgplayer": "3.0.20",
"xgplayer-hls": "^3.0.20",
"xgplayer-hls.js": "^3.0.20",
您使用的操作系统和浏览器分别是? What OS and browser are you using?
mac OS \ chrome
如何复现问题? How to reproduce the problem?
index: 1,
defaultDefinition: '高清',
list:
[
{
name: '高清',
url: 'https://test-streams.mux.dev/x36xhzz/url_0/193039199_mp4_h264_aac_hd_7.m3u8',
definition: '高清',
},
{
name: '360P',
url: 'https://test-streams.mux.dev/x36xhzz/url_2/193039199_mp4_h264_aac_ld_7.m3u8',
definition: '360P',
}]
},
3.测试地址:https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8 , 这是播放器的url;该地址是【hd,ld,hq,fhq】多种分辨率的集合(playlist)
4.xgplayer-hls.js 插件问题:手动切换分辨率播放进度条会从0到当前播放位置,播放画面会黑屏一下,同时也会出现暂停按钮;xgplayer-hls 切换分辨率没有进度条变化,黑屏,出现播放icon 情况;
5.xgplayer-hls 插件问题:在3G 模式下,不会自动去请求playlist 里面的低分辨率对应的片, 只会请求playlist 第一个分辨率的片,xgplayer-hls.js 会根据网络请求不同的分辨率对应的片;(该问题可以使用上面的测试地址,在https://h5player.bytedance.com/examples/?type=vod&plugin=xg-hls 页面配置验证)
您期望的播放器正常行为是? What did you expect to happen?
xgplayer-hls.js 切换分辨率进度条不会从头开始到当前播放位置,不会出现黑屏、不会出现播放icon;
xgplayer-hls 在弱网情况下,会去请求低分辨率的资源片段,而不是一直请求playlist 中的第一个播放资源的片段;
实际播放器的表现是? What actually happened?
上面讲述的第4点、第5点
可填写您所在的公司和相关产品业务,方便我们提供更好的技术支持 You can write your company and product which uses xgplayer, for helping us provide better technical support.
The text was updated successfully, but these errors were encountered: