mpv串流播放按钮 #724
Replies: 6 comments 14 replies
-
PC上串流到VLC同理,而且已经提供了vlc的按钮,所以只需要一个bat和一个reg 1. 添加一个“关联URI协议”将下面代码保存为.reg文件,添加注册表(记得修改两处路径)
2. vlc-browser.bat文件内容(vlc已添加至系统环境路径)注意对应上面注册表文件最后一行的路径 set url=%1
vlc "%url:~7% |
Beta Was this translation helpful? Give feedback.
-
更新一下v3.28.0版,0-2是桌面端,XXX换成对应程序的调用方法,3-6是移动端,???换成包名
|
Beta Was this translation helpful? Give feedback.
-
麻烦不,最好能与用户脚本合作。 我电脑常年开启一个局域服务,这个服务可以启动本地应用。 这样,就可以写user.js脚本,直接设置成用外部播放器打开了。 |
Beta Was this translation helpful? Give feedback.
-
在sourceforge里下载mpvnet省事多了 |
Beta Was this translation helpful? Give feedback.
-
O(∩_∩)O谢谢楼主分享,收下了,真诚感谢! |
Beta Was this translation helpful? Give feedback.
-
个别版本IINA不能直接替换mpv,url字符转义后mpv读不出来 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
分享一个自己写的脚本,将视频下方几个拉取到本地播放器串流播放的按钮中的IINA换成mpv
1. 添加一个“关联URI协议”
参考Microsoft文档
将其中的mpv对应的路径换为你的路径,保存为.reg文件,添加注册表
2. mpv-alist.bat文件内容(mpv已添加至系统环境路径)
此bat文件路径对应reg注册表文件的最后一行。
3. 在Alist管理中,设置->自定义body中添加如下脚本
浏览器通过mpv-alist://xxxxxxxx来唤起mpv-alist.bat,进一步唤起mpv
Beta Was this translation helpful? Give feedback.
All reactions