Skip to content

Instantly share code, notes, and snippets.

@skierpage
Last active September 5, 2024 08:52

Revisions

  1. skierpage revised this gist Feb 3, 2022. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions roon-server.xml
    Original 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 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"/>
    <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>
  2. skierpage revised this gist Jun 21, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion roon-server.xml
    Original 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"/>
    <!-- ?? 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>
  3. skierpage revised this gist Jan 15, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion roon-server.xml
    Original 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="9103"/>
    <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>
  4. skierpage created this gist Nov 4, 2019.
    9 changes: 9 additions & 0 deletions roon-server.xml
    Original 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>