forked from pool/shairport-sync
5cd9332b21
(RFC) - Update to use Airplay 2 protocol. - Fix systemd unit file patch to properly apply hardening even when building with avahi enabled (as present in the spec), and also fix hardening patch to not restrict realtime priority. OBS-URL: https://build.opensuse.org/request/show/1095226 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=35
15 lines
486 B
XML
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>
|