xfangfang
xfangfang
下面的内容已经无效了,arm构建可以到本项目的github actions下载 - - - Macast目前使用 github-actions 自动构建,而 github-actions 对普通用户只开放 MacOS 10.15,要支持universal2 至少需要MacOS 11,而且我不太确定在intel cpu 上能否可以编译出支持arm架构的mpv,mpv官方提供的应用版本是intel架构的,arm原生支持需要在m1上手动编译,而我又没有m1 mac。 所以目前来说,如果想要原生支持,需要自己手动编译才行: - 1 Homebrew 安装mpv,使用Homebrew 安装mpv 会自动从mpv源码进行编译 - 2 clone 本项目,修改项目使用mpv的路径为系统默认mpv的路径 在根目录 Macast.py...
@zhangcheng Thanks for the tips. If there are other questions, you can refer to this build script: https://github.com/xfangfang/Macast/blob/121add3a8a70edb77e33aeab1ec88aeff27f49fc/.github/workflows/build-macast.yaml#L201-L207
@zhangcheng Thanks for reminding. Actually, it can also be compiled by x86 macOS. I just lack a mpv.app(arm or universal2) to Copy into Macast.
@zhangcheng Nice! Could you please compile with the following command so that I can try to build Macast automatically using GitHub-Actions based on your compiled MPV. ```shell dylibbundler -od -b...
I feel you can try to compile MPV manually. When compiling MPV, some optional configurations can be cancelled, so that there may not be too many dependencies packaged. I noticed...
@zhangcheng I think so too, iina used libmpv to render video. Macast takes a more easy way to work with mpv by directly copying a compiled mpv. I'm not sure...
You can find development plan [here](https://github.com/xfangfang/Macast/blob/main/README_ZH.md#%E5%BC%80%E5%8F%91%E8%AE%A1%E5%88%92)
@BrandonStudio 我对您说的这些内容不是十分了解,不过非常欢迎有Mac或Windows开发者账号的朋友帮助给这个应用签名,也不限制任何人在遵守项目协议的前提下将Macast发布在应用商店内。 目前Macast有在一些热心朋友的帮助下在Deepin和uos商店上架,期待有机会上架到其他平台。 开放了Discussions
Yes, upload to each package management tool is working in progress. However, there are still some bugs in the program. Due to the lack of time, the priority to solve...
Great!!! I don't even know about this. I will solve this problem as soon as possible.