这是一个跨平台的 VLC 协议处理程序,支持通过点击 vlc:// 链接来用 VLC 播放视频。
- 支持多种 URL 格式:
- 标准格式:
vlc://http://example.com/video.mp4 - Chrome 130+ 格式(自动修复):
vlc://http//example.com/video.mp4 - weblink 格式:
vlc://weblink?url=http%3A%2F%2Fexample.com%2Fvideo.mp4
- 标准格式:
- 跨平台支持:
- Windows:支持 PowerShell、批处理和可执行文件三种安装方式
- macOS:支持命令行和图形界面安装
- 支持 Windows 10 及以上版本
- 提供三种安装方式:
- PowerShell 脚本: 推荐
- 批处理脚本:简单直接,暂不支持 weblink 格式
- 可执行文件:性能最佳
- 详细说明请查看 windows/README.md
- 支持 macOS 10.15 及以上版本
- 安装方式:下载压缩包后,解压app目录到
/Applications下即可 - 详细说明请查看 mac/README.md
- 打开
about:config - 搜索
network.protocol-handler.expose.vlc - 创建为布尔值并设置为
false
- Chrome 130 以前:直接点击链接即可使用
- Chrome 130 及以后:自动修复新的 URL 格式
- macOS:直接点击链接即可使用
- 其他平台:不支持
- Open with VLC - 浏览器扩展,支持右键菜单打开视频
- 仅支持 http:// 和 https:// 链接, 在Linux上支持ftp:// udp:// mms:// file:// 链接
- 不支持执行任意命令
本项目基于 stefansundin/vlc-protocol,感谢原项目开发者的贡献。
欢迎提交 Pull Request 或 Issue!
GPLv3