Replies: 1 comment 2 replies
-
hi elliotn |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
FYI -
The RuneAudio Android Remote Control uses service discovery to find RuneAudio devices. Specifically, it expects
the service to respond with the following regex that includes the hostname and the mac address:
private static final String SERVICE_NAME = "^.* * \[(.)\] \[(.)\]$";
Update /etc/avahi/services/ros.service with proper values, and the remote will find the device. E.g.:
RuneAudio [host] [xx:xx:xx:xx:xx:xx]
Beta Was this translation helpful? Give feedback.
All reactions