Results 189 comments of xfangfang

@Ahiok 最近时间都花在 [wiliwili](https://github.com/xfangfang/wiliwili) 上,一个跨平台第三方b站客户端(基本把我手头有的所有系统都支持了,Android端因为怕有人往电视上安装所以暂未开源)。 wiliwili 内部也实现了DLNA投屏接收,如果有时间的话我会在那里重新实现一遍 NVA 协议,因为是用c++写的所以效率应该会更高一些,至少在软件打开速度上会比 Macast强一些。 目前 wiliwili 内部使用的 DLNA库 被我单独整理出来了:https://github.com/xfangfang/libpdr 如果感兴趣的话,可以把现在用 python 实现的 NVA 协议用 C++ 重写一下,欢迎PR。

@liufuyou 不是大佬啦,我的回答是不可以,不过很愿意接受这样的PR 这个软件最开始并不是设计为PC上的官方客户端替代品,操作方式主要是面向触屏和手柄。 为什么我不能增加自定义键位: 1. 最主要的原因是这个软件最开始并不是为键盘设计的,现在只是把键盘按钮映射为手柄,需要写一些代码才能广泛的支持各类键盘按键,因为我比较懒,所以不太想做,但是欢迎提交PR。 2. 同时也需要对应的图标字体设计,目前这几个提示的键位图标是我随便画的,也是简单的修改了手柄按键的字体,如果要支持键盘操作,可能需要在这一方面花点时间。 3. 其次是有冲突,目前方向键是用来切换焦点使用的,占用了方向键就需要修改方向键的键位,不过这个问题就不大了。 如果不愿意花时间搞这样的pr,可以拉一下代码,简单调整一下键盘快捷键的映射。(其实这也算是一种自定义了,编译起来也不费事,不想本地编译也可以在github 用 github action编译) wiliwili/library/borealis/library/lib/platforms/glfw/glfw_input.cpp 按照你的需求,可以这么改 ```diff // glfw_input.cpp line 53 static const size_t GLFW_GAMEPAD_TO_KEYBOARD[GLFW_GAMEPAD_BUTTON_MAX] = { GLFW_KEY_ENTER, // GLFW_GAMEPAD_BUTTON_A...

@happytommyl 欢迎提交PR,我平时几乎不发弹幕,所以目前我应该不会做弹幕发送的功能,但是欢迎大家提交代码。

I have no idea about this. If you can use MPV to play media files on your raspberry pi, then Macast should be available. Other problems should not be solved...

Thank you very much for your interest in Macast. Macast has a built-in MPV to play media files. It simply passes the file links from DLNA client to MPV to...

Maybe some audio formats cannot be transmitted through http file stream, so errors will occur when playing through url links. You can try to select "Copy Url Link" from the...

Thank you very much for writing such a detailed tutorial for Macast. macast-gui will try to display an icon in the status bar. It works well on macOS and Windows,...

https://github.com/xfangfang/Macast/issues/127#issuecomment-1059247263

> Huge thanks for great demo and detailed blog. I have implement [yichengchen/ATV-Bilibili-demo@8c4fd36](https://github.com/yichengchen/ATV-Bilibili-demo/commit/8c4fd3646eb2c8c1de6be6c1f20df053b3d2973b) part of the bilibili protocol in tvOS hooray 🎊

There is a way to manually install plugins, see the README or our wiki: https://github.com/xfangfang/Macast/wiki/快速上手#快速上手