]> git.ipfire.org Git - thirdparty/shairport-sync.git/commit
Merge branch 'development'
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 6 Jul 2024 10:46:14 +0000 (11:46 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 6 Jul 2024 10:46:14 +0000 (11:46 +0100)
commit6ab794297b21d4e0c7c94b65c45d0b8d038c0993
tree95299f330601887bb4b2fce91592c4542e205a61
parent28ae1dae85ac58f78602f9ed0597247851d15473
parent8941caec783688c2f1970723c53360b44b749f87
Merge branch 'development'

Limit the maximum number of open file handles in Docker images.
Increase the level of optimisation (to -O3) while building the Shairport Sync application itself.
Enabled termination of a disconnected session in AirPlay 2 operation after a timeout, which was disabled by default.
Fixed a bug that prevented Shairport Sync from terminating cleanly when a fatal error that occurred while directly accessing the alsa output device.
Fixed a bug that prevented Shairport Sync from recovering cleanly if a player disconnected without warning. The problem was that the player thread would not respond to cancel request. Fixed by moving a pthreadtestcancel() call to the innermost loop.
Fixed compilation errors on old versions of Mac OS X by, reordering some of the files to be included in shairport.c.
Avoided using TCP_KEEPINTVL and TCP_KEEPCNT if they are not defined (they are not defined in older versions of Mac OS X).
Fixed a race condition with the metadata queues. The problem was that the queues were being initialised by threads launched by the main thread which, having started the threads, proceeded to use the queues. But if the threads were late in starting, the queues might not be initialised by the time the main thread tried to use them. Fixed by initialising the queues in the main thread.
Enable the ALSA backend to access mixers on a devices with a hdmi: prefix.
Update the help text for the ALSA backend to denote HDMI devices using the hdmi: prefix rather than hw:.
Manage thread cancellation state explicitly in audio_ao.c
CAR INSTALL guide: Simplify some of the wording. Change order and allow a few seconds before starting systemd-timesync service.
CAR INSTALL.md
configure.ac