We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
场景是想要可以在线观看VR视频,即全景播放功能
目前的曲线实现方式是通过PotPlayer播放视频链接,因为PotPlayer是支持切换全景视频的 以前是可以直接调起PotPlayer播放的,不过由于115升级,增加播放地址与UA绑定规则 现在只能通过油猴脚本创建对应视频的M3U播放列表(列表内含UA),然后PotPlayer打开播放列表文件来播放
The text was updated successfully, but these errors were encountered:
未发现 PotPlayer 支持自定义 User-Agent 来唤起
Sorry, something went wrong.
最好是网页在线播放可以直接支持切换全景播放 如果实现困难的话,借鉴那个脚本加入创建播放列表功能也好(最新的版本是这个) 因为那个脚本会与本脚本冲突,它会强制修改拉起的播放界面(Dplayer、官方HTML5、本地播放、苹果IINA、其他),导致无法打开本脚本优化后的播放界面
目前不考虑 cd2 的方案来唤起播放器
No branches or pull requests
场景是想要可以在线观看VR视频,即全景播放功能
目前的曲线实现方式是通过PotPlayer播放视频链接,因为PotPlayer是支持切换全景视频的
以前是可以直接调起PotPlayer播放的,不过由于115升级,增加播放地址与UA绑定规则
现在只能通过油猴脚本创建对应视频的M3U播放列表(列表内含UA),然后PotPlayer打开播放列表文件来播放
The text was updated successfully, but these errors were encountered: