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
目前调用调起视频播放器的方式是通过注册表获取可执行文件地址,并根据StartFileSelector返回的内容构造m3u列表,再通过系统命令调用。因为不是所有播放器都有注册表和通用的m3u加载方式,暂时仅支持PotPlayer。
注册表
StartFileSelector
m3u
系统命令
通用的m3u加载方式
需要支持用户自定义播放器,不仅用于视频,还有图片、音声和文本等
CustomPlayer
IPlayer
files
Resolver
实现步骤2可能会有兼容性问题和配置难度,待定
The text was updated successfully, but these errors were encountered:
不同播放器对于播放列表的支持规则不同,暂时移除加载播放列表功能,统一变更为单文件播放
Sorry, something went wrong.
anobaka
No branches or pull requests
背景
目前调用调起视频播放器的方式是通过
注册表
获取可执行文件地址,并根据StartFileSelector
返回的内容构造m3u
列表,再通过系统命令
调用。因为不是所有播放器都有注册表
和通用的m3u加载方式
,暂时仅支持PotPlayer。需求
需要支持用户自定义播放器,不仅用于视频,还有图片、音声和文本等
实现步骤
CustomPlayer
继承于IPlayer
files
数组参数,规则待定Resolver
可以与IPlayer
绑定可能的问题
实现步骤2可能会有兼容性问题和配置难度,待定
The text was updated successfully, but these errors were encountered: