xgplayer
xgplayer copied to clipboard
播放m3u8视频类型播放器快进或者定位上次播放时间节点就一直转圈
您使用的西瓜播放器版本是多少? What version of xgplayer are you using? "xgplayer": "^2.32.0", "xgplayer-hls.js": "^2.6.3"
您使用的操作系统和浏览器分别是? What OS and browser are you using? window7 Chrome 版本 103.0.5060.134(正式版本) (64 位)
如何复现问题? What did you do? 可以找一个m3u8视频文件复现
您期望的播放器正常行为是? What did you expect to happen? 可以正常播放,
实际播放器的表现是? What actually happened? 一直转圈显示加载中
useEffect(()=>{ const config={ id: 'my_video_1', url: '', controlPlugins: [], width:'100%', height:'500px', playbackRate:[0.5,0.75,1,1.25,1.5,1.75,2], //传入倍速可选数组 pip: true, //打开画中画功能 autoplay:false, } const myPlayer =new HlsJsPlayer(config); myPlayer.once('ready',()=>{ console.log('ready'); videoDom.current=myPlayer; }); },[]);
Stale issue message
This issue has been automatically closed after a period of inactivity. If it is still present in the latest release, please create a new issue with up-to-date information. Thank you!