- 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
12 lines
457 B
Plaintext
12 lines
457 B
Plaintext
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
|