Maya Posch
Maya Posch
An uninstall script has been provided for Linux: `uninstall_linux.sh`. Please open a new issue if there are any remaining issues.
Library names are identical across platforms, for good reasons. I'm not sure that I understand the issue here.
Hello @ayushbharadva The easiest way to integrate NymphCast support is by using the `libnymphcast` project: https://github.com/MayaPosch/libnymphcast This is a C++ library with a C binding also available. Please let me...
There's no specific recommended hardware at this point, no. I had originally targeted Raspberry Pi systems but video hardware acceleration is rather complicated there. You can see a number of...
Hello @BloodRaven0 and thank you for your interest in the project :) Yes, NymphCast supports Android in this manner. You can install the NymphCast Server APK from the releases and...
Hello @ayushbharadva, The missing DLL that is shown in the screenshot of the error was added to the installer script after that first Alpha release of v0.2. It will be...
The Makefile was switched to the use of `CXX` with preference for an environment variable and the use of `CXXFLAGS`.
Circumvented this issue for now by always downmixing content to 2.0. Upgrade to 2.30.9 did not change the issue, and I confirmed that on the Android 9 device it returns...
Technically there is a specification of the NymphRPC binary message format, only it's primarily on paper, dating back to the original design phase years ago. I'll endeavour to create a...
I have added an initial protocol specification to the `doc` folder. It should be enough to get anyone started with developing an implementation.