Last active
September 5, 2024 08:52
Revisions
-
skierpage revised this gist
Feb 3, 2022 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <service> <short>Roon Server</short> <description>Roon Server from Roon Labs plays music according to instructions from Roon Controllers</description> <!-- per https://community.roonlabs.com/t/connection-failed-and-chromecast-issues-roon-using-new-additional-network-ports-since-880/181528/18 --> <!-- unclear if necessary: port protocol="tcp" port="8008-8009"/ --> <port protocol="udp" port="9003"/> <port protocol="tcp" port="9330-9339"/> <port protocol="tcp" port="30000-30010"/> <!-- unclear if necessary: port protocol="udp" port="32768-65535"/ --> <!-- igmp enables multicast. Unclear if broadcast and SSDP are needed too, see https://community.roonlabs.com/t/android-roon-remote-looses-connection-to-core-daily/61650/45 says is also required? --> <protocol value="igmp"/> </service> -
skierpage revised this gist
Jun 21, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,6 @@ <!-- per https://community.roonlabs.com/t/cant-find-roon-core-from-remote/1098/8 --> <port protocol="tcp" port="9100-9200"/> <port protocol="udp" port="9003"/> <!-- igmp enables multicast. Unclear if broadcast and SSDP are needed too, see https://community.roonlabs.com/t/android-roon-remote-looses-connection-to-core-daily/61650/45 says is also required? --> <protocol value="igmp"/> </service> -
skierpage revised this gist
Jan 15, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,7 @@ <description>Roon Server from Roon Labs plays music per instructions from Roon Controllres</description> <!-- per https://community.roonlabs.com/t/cant-find-roon-core-from-remote/1098/8 --> <port protocol="tcp" port="9100-9200"/> <port protocol="udp" port="9003"/> <protocol value="igmp"/> <!-- ?? How to enable IGMP (multicast?) and broadcast, which https://community.roonlabs.com/t/android-roon-remote-looses-connection-to-core-daily/61650/45 says is also required? --> </service> -
skierpage created this gist
Nov 4, 2019 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> <service> <short>Roon Server</short> <description>Roon Server from Roon Labs plays music per instructions from Roon Controllres</description> <!-- per https://community.roonlabs.com/t/cant-find-roon-core-from-remote/1098/8 --> <port protocol="tcp" port="9100-9200"/> <port protocol="udp" port="9103"/> <!-- ?? How to enable IGMP (multicast?) and broadcast, which https://community.roonlabs.com/t/android-roon-remote-looses-connection-to-core-daily/61650/45 says is also required? --> </service>