Go to file
2024-12-03 19:47:34 +00:00
.gitattributes - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
.gitignore - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
airplay-server.xml - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
harden_shairport-sync.service.patch - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
README.SUSE - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
shairport-sync-4.3.5.tar.gz - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
shairport-sync.changes - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
shairport-sync.spec - Update version to 4.3.5 2024-12-03 11:52:49 +00:00

shairport-sync README for SuSE

How to start using shairport-sync

Start shairport-sync: sudo systemctl start shairport-sync
Stop shairport-sync: sudo systemctl stop shairport-sync
Start during booting: sudo systemctl enable shairport-sync

Open ports in firewalld: sudo firewall-cmd --add-service=airplay-server --permanent
                         sudo firewall-cmd --add-service=mdns --permanent
                         sudo systemctl restart firewalld