bytedance / xgplayer

A HTML5 video player with a parser that saves traffic
https://h5player.bytedance.com/
MIT License
7.99k stars 843 forks source link

switchURL方法会导致currentTime设置失效 #1515

Open lvzhenbo opened 3 days ago

lvzhenbo commented 3 days ago

您使用的西瓜播放器版本是多少? What version of xgplayer are you using? 3.0.18 xgplayer-hls.js 3.0.18 您使用的操作系统和浏览器分别是? What OS and browser are you using? win11 chrome126 如何复现问题? How to reproduce the problem?

使用switchURL方法切换视频url(m3u8),并在方法内和外都尝试设置currentTime

您期望的播放器正常行为是? What did you expect to happen? 播放时间应该正常跳转

实际播放器的表现是? What actually happened? 先跳转到currentTime然后又跳转到切换视频链接前的播放时间

gemxx commented 1 day ago

@lvzhenbo switchUrl是如何调用的?方便提供一下完整的demo吗?