Go to file
Takashi Iwai 463b701562 - Update version to 4.3.5
* https://github.com/mikebrady/shairport-sync/releases/tag/4.3.5
 * Add Home Assistant MQTT Auto-Discovery and active/playing State Messages.
   Thanks to aaronk6 for their considerable work and code -- see this PR.
 * Send pvol metadata on mute, thanks to Tucker Kern.
 * Ensure the PipeWire backend is initially inactive and that it goes active at
   the start of a play session and inactive at the end. This is to facilitate
   external activity-monitoring software. Thanks to Nemo157. Note that in
   AirPlay 2, play often stops momentarily between tracks, and so there will be
   momentary changes from active to inactive and back to active again in the
   PipeWire backend. This may change as the backend improves.
 * Fix a bug in the Jack Audio backend. If the system's Jack Audio server was
   running at anything other than 44,100 frames per second, the delay
   information being returned by the backend was incorrect. Thanks to
   lucianoiam.
 * Fix an incompatibility with the recently-introduced FFmpeg version 7. Thanks
   to Deyan Dragov.
 * Stop advertising the SFTP and SSH services on Bonjour. Thanks to
   Jean-Philippe Baril.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=43
2024-12-03 11:52:49 +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
drop-user-config.patch - 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.2.tar.gz - Update version to 4.3.5 2024-12-03 11:52:49 +00:00
shairport-sync-4.3.4.tar.gz - 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