Open
Description
扩展版本号 extension version
No response
浏览器 browser
Firefox
浏览器版本号 browser version
139.0.1
涉及网址 related URL
No response
Checklist
- 我已在 issues 通过搜索, 未找到解决办法。 The issue observed is not already reported by searching on Github under issues
- 我已查看 FAQ 未找到解决办法。 I've checked the FAQ but couldn't find a solution.
请详细描述问题 What actually happened?
首先我写了个脚本注册了mpv://协议:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\mpv]
@="URL:MPV Video Protocol"
"URL Protocol"=""
"EditFlags"=dword:00000002
[HKEY_CLASSES_ROOT\mpv\DefaultIcon]
@="Path\\To\\mpv.exe,0"
[HKEY_CLASSES_ROOT\mpv\shell]
[HKEY_CLASSES_ROOT\mpv\shell\open]
[HKEY_CLASSES_ROOT\mpv\shell\open\command]
@="\"Path\\To\\mpv.exe\" \"%1\""
然后我在Win+R中手动拼接(形如mpv://https://example.com/example.m3u8 ),能够调用MPV播放,但用猫抓中无法调用其播放,没有反应。我又试着在Firefox地址栏直接输入上述mpv://+视频源网址,也无法调用MPV播放。猫抓的设置中参考这个issue,mpv://${url}和mpv:${url}都尝试过。后面我又换Edge重复了上述尝试,一样
Metadata
Metadata
Assignees
Labels
No labels