shairport-sync/airplay-server.xml
Takashi Iwai e783f8e61e - Update version to 4.3.7
- This update comprises updates to GitHub Actions used for testing and for
    building Docker.
- Update version to 4.3.6
  - Bug fixes
    - Fix a potential bug (no issues reported) by checking that a buffer is not
      zero before attempting to deallocate it.
  - Documentation updates
    - Show how to use MQTTThing with Homebridge to represent Shairport Sync’s
      active status.
    - Correct and clarify the statistics documentation.
  - Fix a typo in the configuration file.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=45
2025-02-04 08:50:21 +00:00

15 lines
486 B
XML

<?xml version="1.0" encoding="utf-8"?>
<service>
<short>airplay-server</short>
<description>Airplay Server</description>
<port protocol="tcp" port="3689"/>
<port protocol="tcp" port="5000"/>
<port protocol="tcp" port="7000"/>
<port protocol="tcp" port="32768-60999"/>
<port protocol="udp" port="319"/>
<port protocol="udp" port="320"/>
<port protocol="udp" port="5353"/>
<port protocol="udp" port="6000-6009"/>
<port protocol="udp" port="32768-60999"/>
</service>