-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
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
请问能支持windows吗? #269
Comments
之前有朋友测试过一个旧版本,在 windows 下是可以工作的(所以最新版本理论上也是可以在 windows 工作的)。 但是在 windows 上用的话,安装相对会比较麻烦,目前没有类似 exe 的包可以直接安装。我自己没有 windows 机器,所以没办法给出具体的安装教程或者方法。如果 LZ 愿意花时间折腾下,我可以随时提供我能提供的帮助 ~ |
主要思路是:你还要想办法安装一个动态链接库 一个具体的办法:之前朋友的办法是自己下载一个 mpv.dll;然后修改 windows 的 PATH 变量,把 mpv.dll 所在目录加入到这个变量当中(相当与 Linux 的 LD_LIBRARY_PATH 环境变量)。mpv 官网有资料链接 https://mpv.io/installation/ ps: 你也可以加入 Telegram 群 来沟通 这个问题 |
可以参考 jaseg/python-mpv#60 (comment) 这里的解决方法 |
经过 IM 工具沟通后,按照上述思路,问题已经解决,先 close 了。 |
想要一个可以在windows下调用的播放器
The text was updated successfully, but these errors were encountered: