bytedance / xgplayer

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

切换链接(switchURL/URLsetter)不生效 #1462

Open 3000-codes opened 1 month ago

3000-codes commented 1 month ago

您使用的西瓜播放器版本是多少? What version of xgplayer are you using? "xgplayer": "^3.0.16"

您使用的操作系统和浏览器分别是? What OS and browser are you using? win11+Edge Version 125.0.2535.51 (Official build) stable app, beta channel (64-bit)

如何复现问题? How to reproduce the problem? 通过URL.createObjectURL(file)生成两个blob类型的链接,在调用player.src = urlplayer.switchURL(url)均未进行正确切换

BUG定位gplayer\packages\xgplayer\src\mediaProxy.js 758-761行Util.isMSE函数直接将blob类型忽略