Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安卓Chrome的hls播放器影响插件的同步 #98

Open
maggch97 opened this issue Mar 19, 2023 · 2 comments
Open

安卓Chrome的hls播放器影响插件的同步 #98

maggch97 opened this issue Mar 19, 2023 · 2 comments

Comments

@maggch97
Copy link
Collaborator

#35

安卓Chrome会调用系统的mediaplayer播放m3u8文件,这个东西坑很多,插件在这种情况下无法正常同步。

https://bugs.chromium.org/p/chromium/issues/detail?id=1266991

目前chromium有一个 builtin hls 的工作正在进行中

@maggch97
Copy link
Collaborator Author

d8eb2ce

把canplaytype的返回改掉, 大部分的网站就能fallback到hls.js 或者video.js的方案了. 有些网站是靠ua里面的ismobile判断的. 这种无能为力, 而且大部分专业一点的库都不会这样判断

唯一: https://www.hlsplayer.net/

@maggch97
Copy link
Collaborator Author

狐猴浏览器目前不支持 "world": "MAIN" 特性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant