Enhancement
- Add a configuration check for the
xxd
program when building for AirPlay 2. Cleans up an annoying problem mentioned in Issue #1341. Thanks to David Girón for the reminder.
Enhancement
- Use TCP
keepalive
to close down a play session when the client disappears, e.g. when the player goes out of range of WiFi. A play session is now terminated after a break in connection lasting more than approximately one minute. Address the problem reported in Issue #1584. Thanks to JanLp for the report.
Enhancements
- Add another item of metadata with the code
phb0
and the DBus property nameFirstFramePosition
. This is similar to thephbt
andFramePosition
metadata, except that it is updated for the first frame of a play session. It can be ignored, as aphbt
token is also sent when the first frame is output.
Enhancements
- Very provisional additions to the metadata -- add some functionality for Shairport Sync to send information about what frame of audio is being played at a particular time. It can be set up to periodically generate a
phbt
(a Playing HeartBeaT) item comprising the RTP frame number of the audio being played at a particular instant -- the computer's system time in nanoseconds. The two numbers are presented as a string, e.g.595422363/4697675115573193
. Set the interval in seconds with the newmetadata
settingprogress_interval
– 0.0 means no heartbeat is generated. - Equivalent additions have been made to the native
DBus
interface: thephbt
information appears as aFramePosition
property and the update interval can be set using theSetFramePositionUpdateInterval(Seconds)
method.
Please note that this might all disappear or change radically.
Docker
- Within the Docker container, launch Shairport Sync as
root
user rather than as the usershairport-sync
. This is experimental, to investigate possible device access issues.
Bug Fix
- Fix a bug if the ALSA device name isn't available. (Happens in Fedora 37 on Arm in VMWare Fusion on an Apple Silicon Mac.)
Bug Fix -- Second Attempt!
- Second attempt to fix a bug caused in the transition to version 4.1, where a change was made to how the 12-hex-digit prefix to the classic AirPlay service name was derived. Previously it was a hash of the service name, and in 4.1 this was changed to deriving it from one of the device's MAC addresses. This seems to cause problems with multiple instances of classic Shairport Sync running on the same system, as they would all get the same prefix. The fix was to generate the prefix from a hash of the service name and the device's MAC address, which should be unique for every instance. Addresses issue #1581. Thanks to Christoph Bloemer (?) for the report. The first attempt failed because not all the changes needed were done.
Oops
- Reverted the fix below. Something still to be done...
Bug Fix
- Fix a bug caused in the transition to version 4.1, where a change was made to how the 12-hex-digit prefix to the classic AirPlay service name was derived. Previously it was a hash of the service name, and in 4.1 this was changed to deriving it from one of the device's MAC addresses. This seems to cause problems with multiple instances of classic Shairport Sync running on the same system, as they would all get the same prefix. The fix was to generate the prefix from a hash of the service name and the device's MAC address, which should be unique for every instance. Addresses issue #1581. Thanks to Christoph Bloemer (?) for the report.
Bug Fix
- In the PulseAudio backend, Whenever a play or latency request is made, reopen the stream if it is closed. Addresses issue #1580. Thanks, as ever, to Noel Hibbard for the report.
Metadata Enhancements
The following new metadata items have been added to the metadata pipe, MQTT and the native D-Bus interface.
core
/asdk
. This is glossed asdaap.songdatakind
. It seems to indicate whether the audio is timed or not, e.g. a track or album has the value0
, and a continuous untimed stream such as a radio station is1
, so it is potentially very useful for remote control displays, as it seems to indicate whether a progress bar, etc. could be used or not. The value is included, if available, in the native DBus interface in the metadata bundle with the tagsps:songdatakind
.ssnc
/styp
. This is the type of data stream currently being received by Shairport Sync. Values areClassic
,Buffered
orRealtime
. Included in the native D-Bus interface asStreamType
in theorg.gnome.ShairportSync.RemoteControl
interface.ssnc
/ofmt
. This is the output format of audio going to the output device. Values areS32
,S24
and so on. S=signed, U=unsigned, 32/24/16/8 is the bit depth, BE/LE is Big-Endian or Little-Endian. Note thatS24
means signed 24 bits in a 32-bit space;S24_3LE
means Signed 24 bits in a 3-byte little-endian form, etc. Each frame is always a stereo pair. Included in the native D-Bus interface asOutputFormat
in theorg.gnome.ShairportSync
interface.ssnc
/ofps
. This is the output rate in frames per second, usually44100
. Included in the native D-Bus interface asOutputRate
in theorg.gnome.ShairportSync
interface.
Docker Enhancements
- Place the configuration file and the sample configuration file in the Docker image at
/etc/shairport-sync.conf
and/etc/shairport-sync.conf.sample
. Thanks to inDomus and tamasfodor1988 for the report, Issue #1575.
Metadata Enhancements
- Add the service name, e.g.
"Den Speakers"
as metadata. This has the code"svna"
in the metadata pipe and the name"service_name"
in the MQTT interface. - Add two properties to the D-Bus metadata interface:
ServiceName
-- see above.ClientName
-- the name of the current client, e.g."Joes's iPad"
.
Bug Fix
- Fix a long-standing bug whereby the socket used for the RTSP connection wasn't closed when the connection was closed by the client, potentially exhausting the sockets available. Many thanks to Lars Strojny for the report: #1567.
Enhancements
- Small documentation updates.
- More use of GitHub actions to check standard builds.
Docker Updates
- Move to using
latest
tags for the latest release androlling
for intermediate (non-release) updates on the master branch. Pushes to thedevelopment
branch will result in Docker images with thedevelopment
tag.
Enhancement
- Tidy up
--display_config
output to skip empty configuration file stanzas and to note when there are no active settings whatever in the file.
Docker Updates
- Extra command-line arguments passed when the Docker image is launched are passed to the
shairport-sync
instance as described on Docker Hub. - The
shairport-sync
instance runs asuser
andgroup
shairport-sync
, which has reduced privileges. - The "classic" docker image now uses the
s6-overlay
to manage processes, the same way as the standard (AirPlay 2) docker image. It does makes the image bigger, so takes a little longer to download.
Bug Fix
- Fix a bug that caused new metadata not to be passed on immediately to the D-Bus, MPRIS and MQTT interfaces. Thanks to phelbas for finding the bug and the fix in Issue #1560.
Enhancement
-
Add two new metadata tokens for AirPlay 2 buffered audio streams only, which can be paused for a period of about five minutes before the session is ended. They are for Pause (
paus
) and Resume (pres
). -
Clean up the generation of
MPRIS
and D-BusPlayerStatus
values. Until now, Shairport Sync used extra information to try to determine the state a session was in --Playing
,Paused
orStopped
. The extra information used what (1) when the first frame was played, (2) when a flush was requested and when (3) frame play was resumed. Unfortunately, these are noisy signals and are unreliable for this purpose, so they are now no longer used.The situation now is that
PlayerStatus
becomesPlaying
when a play session begins and becomesStopped
when a play session ends, unless it is an AirPlay 2 buffered audio session.In the case of a AirPlay 2 buffered audio session, a play session will be
Paused
when play stops (but the play session is not ended). If play resumes within a period determined by the client (about five minutes),PlayerStatus
will return toPlaying
. Otherwise, the play session is ended by the client andPlayerStatus
will transition toStopped
.
Enhancement
- It seems that this missing session key issue discovered and discussed below is a transient problem: some client apps omit the session key occasionally but include it the rest of the time. So, to make the problem a bit less intrusive for users, the way a missing session key is dealt with has been changed. The new arrangement is that instead of dropping the AirPlay connection completely as noted below, the audio is simply skipped. From the user's perspective, the music simply won't play, but the AirPlay connection won't be dropped. When they start it again, the session key will hopefully be present and the audio will play. Let's hope that this will be less disruptive for users and that this issue goes away as clients are updated. Thanks again to Mike for his help with this in #1551.
Bug Fix
- Very occasionally, and for as-yet unknown reasons, an AirPlay 2 session may not include an important parameter called a "session key". This was causing Shairport Sync to crash. With this update, Shairport Sync will now simply drop the entire connection if a session doesn't include a "session key". Addresses the crashing issue reported in #1551. Big thanks to Mike for his huge assistance in tracking this down.
Minor Debugging Enhancements
- Improve debugging of a Shairport Sync daemon process created with
libdaemon
. - List the command line when Shairport Sync starts with a verbosity of 1 or more.
Enhancement
- Enhance
--displayConfig
to log information about the OS as well as about Shairport Sync itself, and use Shairport Sync's standard logging -- it's not stuck onSTDERR
anymore.
Pesky Things You Can't Ignore
If you are updating from a previous version, after you have pulled the update, please redo the autoreconf -fi
and the ./configure...
steps (and the do a make clean
for good measure) before make
ing the executable -- there have been many changes to the build process.
Bug Fix
- Correction to
Makefile.am
to make it work both on FreeBSD and Linux both in the source directory and in a subsidiary build directory.
Pesky Things You Can't Ignore
If you are updating from a previous version, after you have pulled the update, please redo the autoreconf -fi
and the ./configure...
steps (and the do a make clean
for good measure) before make
ing the executable -- there have been many changes to the build process.
Enhancements
- A new command-line-only option is included:
--displayConfig
. This prints configuration information toSTDERR
and should be useful when debugging issues. - Help text is reordered and updated.
- The
man
page is updated. - The
man
contents are no longer automatically built when Shairport Sync is built. This is okay because the contents are normally static. Theman
folder has a newMakefile
. - The
xmltoman
application is not now needed when building Shairport Sync. - When updating the
man
page,xsltproc
is now used instead ofxmlmantohtml
.
Bug Fix
- Fix a bug in the generation of version information from git tags. The fix is to use lightweight tags as well as annotated tags. GitHub marks releases with lightweight tags, so this should make version and release information correspond better.
Enhancement
- Add an new Advanced Topic -- Adjusting Sync explaining how to compensate for amplifier delays such as might be found on TVs or AVRs.
Bug Fix
- Fixed a memory allocation (
malloc
) bug caused by allocating on byte too few for a character string -- yep, the trailingNUL
. Special thanks to ageorgios for their help in locating and fixing the bug! Thanks also to MTxx87 and Mike for reporting what seems to be the same bug.
Bug Fixes
- Fixed two memory leaks in Shairport Sync.
- Reinstate the use of
libcrypt
again with thepair_ap
library to avoid an apparent memory leak inlibcrypto
. - Quieten a noisy debug message in the
dummy
backend.
Bug Fix
- If the D-Bus interface was enabled, each change in volume control was calling the volume event hook twice. Fixed.
Bug Fix
- Recent versions of Shairport Sync have a "heartbeat" checker, to try to determine when the client has stopped running without warning -- typically when it has gone to sleep. Unfortunately, it interferes with some non-Apple clients, so it has been disabled in this update.
Enhancements
- Added some GitHub Actions to test different combinations of builds -- hopefully the result will be fewer bugs. Thanks to Charles Omer for the inspiration to try these in the first place.
Bug Fixes
- Fixed a bug where the DAC was not closed after the active timeout when the
alsa
disable_standby_mode
was set to"auto"
. Thanks to Tim Curtis for an exemplary bug report. - Fixed a couple of bugs (found with GitHub Actions) in the installers on both
systemd
and System V systems.
Update
- Updated to the latest version of the
pair_ap
library. Thanks again to ejurgensen for this invaluable resource.
Enhancement
- Removed the requirement for the
libgcrypt
library. OpenSSL is mandatory for other parts of Shairport Sync when operating in the AirPlay 2 mode and is now used in place oflibgcrypt
.
- Removed the workaround for the apparent bug in AirPlay 2 Buffered Streams in iOS 16.0. A number of approaches were tried. The most aurally successful is left in the code but is disabled. Basically, it delays the timing of the frames following the 2,112 frame discontinuity by 2,112 frames. This eliminates the timing discontinuity but delays the AirPlay stream by 47.9 ms, and this can be heard in some situations. So it looks as if the bug -- if that's what it is -- can't easily be worked around. It has not been fixed by iOS 16.0.2, unfortunately.
Enhancements
- Add a workaround for an apparent bug in AirPlay 2 Buffered Streams in iOS 16.0. After playing exactly 22,528 frames of audio, iOS 16.0 sends 2,112 frames of audio with the same timestamps as the previous 2,112 frames. This makes the frames that follow 47.9 ms (2112/44100 seconds) late. The workaround is to drop these extra 2,112 frames.
- If an AirPlay 2 Buffered Streams is being skipped or scrubbed, the audio that follows will generate an audible click due to an AAC decoding transient because preceding audio frames are missing. Shairport Sync now mutes the first 2,048 frames, down from 3,072 frames before.
Bug Fix
- Give the RTSP idle checker a longer timeout -- 10 seconds -- and confine its operation to AirPlay 2 Runtime Streams and classic AirPlay only. This is to stop an occasional RTSP idle timeout silencing an AirPlay 2 Buffered Audio session.
Enhancements
- Improve the response of Shairport Sync when a Mac is woken up from sleep and continues playing e.g. a YouTube video. Shairport Sync should resume play in most circumstances. (BTW, the HomePod mini does not resume in these circumstances.)
Bug Fix
- Make the RTSP idle checker a bit more resilient -- wait for the full timeout even if interrupted by e.g.
SIGINT
. Also signal to NQPTP when to stop listening when a session goes idle or stops.
Pesky Changes You Can't Ignore
- Important. Please update and re-enable NQPTP. The Shared Memory Interface protocol that Shairport Sync and NQPTP use to communicate with one another has been updated to reflect changes in NQPTP's operation.
Apart from moving to the new SMI interface for NQPTP, this update consists of many small enhancements and bug fixes. (Yeah, and the build number really did go backwards...)
Bug Fix
- Fix yet another bug in the Makefile.am. Thanks to Isioma Nnodum for finding and fixing it.
Enhancements
- It is now possible to build Shairport Sync in a separate directory, thanks mainly to the work #1493 and #1500 of Lukas Rusak. A number of subsequent changes were necessary to make it work for FreeBSD.
- Shairport Sync should build on piCore. Thanks to jackaroo for reporting and checking.
Updates and Enhancements
- The Docker image has been enhanced. Thanks, as always, to Charles Omer. More changes are on the way here.
Bug Fixes
- With Realtime Streams, if even one timing control packet was missing, Shairport Sync would work as if the sender had disappeared and cause a playback interruption. This has been modified so that it takes at least three missing control packets in a row to conclude that the sender was gone. Thanks to Devid Leibovic for a very thorough investigation of this issue.
- The CAR INSTALL.md guide has been updated for AirPlay 2 and for Raspberry Pi OS (Bullseye).
- A few noisy debug messages have been removed or quietened. Thanks to David Leibovic for the report.
Updates and Enhancements
- The
development
branch now builds again on macOS with brew. (Remember, though, that Shairport Sync will not function in AirPlay 2 mode on a Mac). - The
libao
backend has been updated to address an issue with the system becoming unavailable. The biggest change was to close the driver as soon as playing stops, reopening it when playing restarts. - The
libao
drivers are now listed in the help text. If available, it is suggested that thealsa
driver be used in preference to thepulseaudio
driver.
Bug Fixes
- The classic AirPlay build now works properly again with
tinysvcmdns
anddns_sd
.
Enhancements
These are for advanced users.
- Add a new
Protocol
property to the D-Bus interface. Values:AirPlay
if built for AirPlay andAirPlay 2
if build for AirPlay 2. - Add a new
Volume
property to the D-Bus interface. This enables you to get and set the volume locally. Use this carefully: it means that you can set the volume of the player without changing it at the source (e.g. iTunes / Music). The source will not be informed of the change, so the volume it sets and and the actual volume may become different. It is preferable to use remote control (if available) to "ask" the player to change the volume. - Add a new
DropSession
method. This will immediately and forcibly terminate a playing session without informing the source. Use it carefully. It is preferable to use remote control (if available) to "ask" the player to stop playing.
Enhancement
- Strip the trailing dot and everything after it in the hostname when using it as the basis for a service name. E.g.
freebsd.local
becomesfreebsd
.
Bug Fixes
- Fix a few compilation bugs and portability issues, and turn off deprecation warnings when compiling for Mac OS.
Note: After this update, you'll need to run autoreconf -fi
and the ./configure...
steps again.
Documentation update. Comments, corrections and suggestions welcome.
Enhancement
- With the ALSA backend, if the
default
device isn't available, Shairport Sync will now try to use"hw:0"
instead. Background: the default ALSA device is sometimes a pseudo device provided by a sound server such as PipeWire or PulseAudio to play audio from ALSA-compatible programs. But it's not always available to all users, especially daemons like Shairport Sync. This simple change will try to use the first ALSA hardware device -- card 0 -- if the default output device is inaccessible with error codeEHOSTDOWN
. It allows Shairport Sync to work on default settings with Fedora 36.
Enhancements
-
Shairport Sync should no longer terminate if its ALSA output device is busy. This is useful when using ALSA devices in systems with sound servers such as PulseAudio or PipeWire. Shairport Sync now simply waits until the device becomes available. Shairport Sync retains exclusive access to the device (and so the sound server can not use it) until it is finished playing.
-
Wait up to ten seconds (was two seconds) for NQPTP to come online when starting up -- AirPlay 2 only.
Bug Fix
- This commit reverses the enhancement in Version 4.1-dev-418-g5011dc09 because it doesn't work properly. Specifically, some service files are not being renamed and installed correctly. Apologies for the inconvenience.
Note After pulling this update, you should rerun the
$ autotools -fi
and$ ./configure...
steps.
Enhancement
- The
Makefile.am
file has been updated to allow allow building and installing from a separate build directory. Thanks to Lukas Rusak for the contribution. Note After pulling this update, you should rerun the$ autotools -fi
and$ ./configure...
steps.
Note -- A bug has been fixed in NQPTP -- please update it.
Reversion
- The change to the allowed settling time mentioned below has been reverted back to 5.0 seconds – the issue this was meant to address turned out to be a bug in NQPTP.
Bug Fix
- Shorten the settling time (from 5.0 seconds to 0.75 seconds) allowed when a new AirPlay 2 player, with its own clock, is added or removed from the devices currently playing. The problem was that if something else happens during the settling time, the changeover to the new clock may fail. This doesn't eliminate the issue, but hopefully it stops it being a problem for the user.
Bug Fix
- Fix a bug that permitted clipping to occur when the
playback_mode
as set tomono
. Thanks to xStatts for the report and for checking the fix.
Explore remote control a bit more. No progress to report...
Bug Fix
- Fix a bug in the activity monitor that could potentially allow the
run_this_before_entering_active_state
hook to be called more than once when the player was going active. It could also potentially allow therun_this_after_exiting_active_state
hook to be called more than once when the player was leaving the idle state, but only if theactive_state_timeout
was set to 0. Thanks to Ben Willmore for the report.
Enhancement
- Allow procedures hooked to
run_this_before_entering_active_state
andrun_this_after_exiting_active_state
to run without theactivity_monitor_mutex
in the locked state.
Change
- Return 501 instead of 404 for unimplemented GETs in AirPlay 2 mode.
Bug Fix
- If a speaker with its own master clock (e.g. a HomePod mini) was added and then removed from the group of output speakers in AirPlay 2 mode, Shairport Sync would stop working.
Note -- there is an important update to NQPTP out as well.
Enhancement
- Improve the AAC decoder check by iterating through all formats the AAC decoder supports.
Bug Fixes
- Fixed a bug where the AAC decoder check would not recognise the AAC decoder in
ffmpeg
version 3. Thanks to GXJ0102 for help with this. - Fixed a bug where, on a very fast CPU,
"basic"
interpolation would be chosen instead of"soxr"
interpolation.
Enhancement
- Relax the "fully-up-to-date" system requirement slighty -- Shairport Sync will build and run on Ubuntu 18.04 LTS.
Pesky Changes You Can't Ignore
A change has been made the shairport-sync
service/startup files, so before updating, please rerun the ./configure...
step and (Linux only) remove the existing service file as follows:
$ ./configure ... # whatever your preferred options are...
# rm /lib/systemd/system/shairport-sync.service # Linux only -- no need for this in FreeBSD
Enhancements
- The AAC decoder check for AirPlay 2 operation was temporarily removed but has now been reinstated and is working again. If it is causing problems, please let us know. A section has been added to the TROUBLESHOOTING.md document.
- Debugging and statistical information now outputs to
STDERR
by default, so the rather confusing-u
command line option is no longer needed. This has the following implications:- If Shairport Sync is run from a terminal window, then messages, warnings, debug and statistical information will appear on the terminal window.
- If Shairport Sync is run as a daemon, then
STDERR
will be redirected to the system log. - If you wish to use syslog (e.g. you might wish to see the different levels of highlighting of different categories of information),
there is a new command line option
--log-to-syslog
. (This is used by the modified startup scripts.)
- The
-u
option is now redundant and is deprecated (see above). - A new command line option
--log-to-syslog
allows you to direct messages, warnings, debug and statistical information to syslog. For full effect, it should be the first argument in your list of command line arguments. It is really intended for when Shairport Sync is run as a daemon.
Enhancements
- FreeBSD compatibility. Shairport Sync (and NQPTP) can now work in AirPlay 2 mode on a FreeBSD system. Note that the build instructions and the configuration parameters have changed --
libdaemon
is no longer needed and should not be included. - Certain Linux distributions -- notably Fedora 36 -- do not include a suitable AAC decoder for decoding AirPlay 2 Buffered Audio streams. Shairport Sync now includes a check to ensure that the AAC decoder can decode the stream, which seems to be encoded in Floating Point Linear Planar AAC ("
fltp
") format. (The AAC decoder is provided by thelibavcodec
library, part of theffmpeg
multimedia framework. For troubleshooting, theffmpeg
command line tool is very useful.)
Minor Changes
- Cosmetic changes -- some debug and informational messages altered.
Bug Fix
- Fix an audible interruption that could happen in certain circumstances when an output device was added or removed to a group of output devices. The "certain circumstances" are when the following two conditions are true:
- An AirPlay 2 Realtime Stream is playing,
- The new output device's clock takes or relinquishes control of output timing.
For example, (i) when playing Spotify on an iOS device (this currently uses an AirPlay 2 Realtime Stream) to a Shairport Sync device and (ii) adding or removing a HomePod mini as an output device (the HomePod mini's clock will take or relinquish control of output timing).
Enhancement
- When a Shairport Sync device is added as an output device to a stream that is already playing, it now mutes for two seconds to improve synchronisation when it joins in and actually starts producing audio. The previous slight lack of synchronisation was inaudible, but would require some interpolation before settling down.
Bug Fix
- Fix a bug in the
systemd
startup file. The bug was that even when Shairport Sync was built without Avahi support, Shairport Sync would not launch until the Avahi service was available. Thanks to klslz for reporting the problem in issue #1454.
Bug Fix
- Fix a bug in the logic for suppressing clicks when the
alsa
disable_standby_mode
is active.
Enhancement
- AirPlay 2 only. Two new metadata messages have been added. They might be useful for amplifier switching, etc.
-
The
conn
message signifies "AirPlay 2 connect" and is sent when an AirPlay 2 device selects this player. It is sent before killing any current play session.(Note: in AirPlay 2 operation, the existing
clip
message is identical, but it is sent after any existing play session has been terminated.) -
The
disc
message signifies "AirPlay 2 disconnect".
Bug Fix
- Fix a crash that would occur after days of continuous play. The issue was that each time a cover art file was created (and previous cover art deleted) the coverart directory was opened with
open()
, but was not closed withclose()
.
Enhancement
- Add some extra diagnostic information when large sync errors occur: if available, add the total number of frames sent to the output device and also, if available, add th e current delay, in frames, in the output device.
Bug Fix
- Fixed a bug using HomePod Software 15.4. The bug was that when a Shairport Sync device was added as a HomePod output device, visually it didn't appear to join the group of output devices and additionally its volume control could not be accessed. The bug was fixed by increasing the maximum permissible length of ID strings in Shairport Sync.
Enhancement
- Add Minimum Buffer Size to statistcs information for a Buffered Audio stream (and remove the minimum and maximum number of decoded buffers -- they are not too interesting). The Minimum Buffer Size gives the smallest size, in bytes of kilibytes, of the buffer of audio that has yet to be decoded during the last statistics interval. The larger it is, the longer Shairport Sync can play while a network outage is occuring. It can legitimately be zero at the start of a track, and obviously it can reach zero at the end of a track, but if it is zero while a track is playing, it may indicate problems with the network.
Pesky Change You Can't Ignore
A change has been made the shairport-sync
systemd
service file, so before updating, please remove the existing service file with the following command:
# rm /lib/systemd/system/shairport-sync.service
Bug Fixes
-
Interpret
disable_standby_mode
to determine if a flush should also close analsa
device as follows:- If
disable_standby_mode
is set to"no"
(default) or"never"
, then a flush will immediately close thealsa
device. - If
disable_standby_mode
is"auto"
, a flush will not close thealsa
device. The device will be closed at the end of the active timeout. - If
disable_standby_mode
is"yes"
or"always"
, a flush will not close thealsa
device. The device will never be closed.
- If
-
Remove the invalid
Provides
entry from thesystemd
service file. Thanks to David Crook for reporting Issue #1448.
Enhancement
- Check to see if the alsa_handle is NULL in
precision_delay_and_status
.
Bug Fix
- Check for
NULL
pointers before dereferencing delay and state variable pointers inaudio_alsa.c
'sdelay
and*-delay_and_status
functions. Thanks to leirace for the report, Issue #1441.
Pesky Change You Can't Ignore
A change has been made the shairport-sync
systemd
service file, so before updating, please remove the existing service file with the following command:
# rm /lib/systemd/system/shairport-sync.service
Enhancements
- Improve the timing service interface: Instead of opening and closing a Shared Memory Interface (SMI) whenever timing information was needed from NQPTP, the SMI is now opened only once, at startup. Overall, this reduces overhead at critical times and seems to improve the initial accuracy of synchronisation. It also requires the NQPTP service to be available and accessible at startup.
- Improve
alsa
flush performance: Add new code to better handle a flush request in thealsa
backend. This new code results in smoother operation and timing accuracy is improved when continuing after a flush. - Define the Shairport Sync service in the
systemd
service file.
Bug Fix
- Fix a bug that caused a crash if an incorrect
wait_for_completion
option was chosen. Fixed a few similar bugs too. Thanks to HiFiBerry for reporting the issue at #1431.
- Don't try to decode commands at debug level 2 -- leave it to level 3.
- This enhancement relates to MQTT with empty payloads. Many MQTT brokers and clients treat messages with empty payloads in a special way. For instance, MQTT Explorer hides messages with empty payloads and Node-RED seems to use them to release and garbage-collect data received previously.
Many Shairport Sync messages contain no extra data and so would naturally have empty payloads. This is causing problems -- see #1425 and #1375. To avoid these problems, a short "dummy" payload consisting of the character string "--" is now added to MQTT messages that contain no extra data. This can be changed with a new MQTT option in the configuration file:
empty_payload_substitute
. Thanks to DOCaCola and UMB8998 for reporting on this.
- Ensure that when
ignore_volume_control
is true, the volume metadata has the current, max and min values of the [now ignored] attenuator set to 0.0. Thanks to Michael Daley for reporting in Issue #1417. - Add a fix for v3 of s6 overlay and other improvements to the Docker image. Thanks to Charles Omer for the fix and the improvements and thanks to rdrdog for reporting the issue.
- Add code to check certain 32-bit and 64-bit conversions.
- Add some sanity checking of the latency offset and buffer size to check if they can be accommodated.
- Discard non-sentinel UDP timing packets that are received just when a timing thread starts -- they may relate to a prior session.
- Clear PTP clock information when a Realtime stream stops playing. This may address one of the issues reported in #1404.
- Add a new
mixer_control_index
setting to thealsa
section of the configuration file. A mixer is fully identified by a name and index. The index defaults to zero, and, until now, it could only be set using thealsa
command-line argument-i
. Thanks to flipoidix for bringing this issue to notice.
- Fix a crashing bug in AirPlay 2 mode which occurs if no configuration file is found. This particularly affects the Docker image, as it contains no configuration file. Thanks to Charles Omer for reporting.
- Fix a crashing bug in AirPlay 1 ("Classic") mode, whereby if a session was abruptly interrupted, e.g. by the sudden loss of a network, Shairport Sync would crash. The problem was that the interrupted session was not correctly terminated. Thanks to th0u for reporting issue #1398.
The following enhancements are mainly experimental, for advanced users only, and are intended to enable multiple instances of Shairport Sync (SPS) to run in one computer and provide multiple AirPlay 2 endpoints. At this point, multiple instances of SPS can indeed run on one machine and provide multiple AirPlay 2 endpoints, but unfortunately the presence of multiple services at the same address seems to confuse AirPlay 2 clients. So, it seems that while multiple instances of SPS can now run successfully on one device, they can't be used on the same network.
- Use a uniquely-named named SMI interface to get dedicated access to NQPTP.
- Simplify validation of the mDNS interface setting, if given.
- Exit with a warning if the player is using a name that already exists.
- Stop storing the timing peer list.
- Generate an initial timing list during setup — don’t wait for the first timing peer list message. May gain around 50 ms.
- Fix a bug and clean up generation of device's timing addresses.
- Add some control to the generation of the Device ID:
- Revise how the Device ID is generated from the device’s MAC addresses
- Add a setting to add a fixed offset to the automatically-generated Device ID.
- Add a setting to specify a complete Device ID, replacing the automatically-generated Device ID.
- Be more careful to create default file names based on the name of the app.
- Extract several very useful extra pieces of client metadata for AP2. Many thanks to Cody Cutrer.
- Enable a cleaner restart of the D-Bus daemon in a Docker image. Thanks again to Charles Omer.
- A small number of internal chages made.
- Update the Docker workflow to automatically do Docker tagging and to use an s6-overlay implementation. Thanks to Charles Omer for all this work, and to Robert Casties for his s6-overlay Pull Request #1349 which formed the basis of the s6-overlay work.
- Slight documentation update, thanks to michaeldeborst.
- Simplify and improve timing when a play session from a new device is started.
- Try to improve the reliability of restarting a "silent clock" device.
- Begin to explore some more connection types.
- Make debug messages in the system log easier to see on macOS Terminal (!) by outputting them at LOG_INFO level rather than LOG_DEBUG level.
- Updated information on the statistics provided -- see MOREINFO.md. (Note: this has moved to STATISTICS.md.)
- Fixed a compilation bug that occurs if metadata support is not included in the build configuration. The fix was to add the appropriate conditional code statements. Thanks to Daniel Gooß and winstonsetiawan for reporting.
- Thanks to Anton Lindqvist for updates and bug fixes to building for OpenBSD.
- Thanks to tekdude for a documentation update.
- Various documentation updates.
This is a pretty big under-the-hood update.
- Change clock base to improve stability. You need to use the updated
nqptp
that has also been changed. If you forget, Shairport Sync will not work properly and will leave a message in the log. - Avoid skipping the first 100 milliseconds or so of a newly-selected track.
- Clean up the output of statistics — shorter when log verbosity is zero.
- Change behaviour after an unrecoverable error -- if not handled, exit Shairport Sync.
- Add client and server ip metadata for AP2 Buffered Audio Stream.
- Add client and server ip metadata for AP2. Remove timing peer list and DACP code only for a full AP2 teardown.
- Fix a few memory leaks. Add bogus exits to allow SPS to quit at the end of a play session, to make it easier to use
valgrind
. - Stop checking that the timing peers are within the same subnet.
- Look for at least 0.1 seconds of leadtime, ensure a master clock is at least 0.275 seconds old before use, quieten a few debug messages.
- Add txtAirPlay data to the get info response.
- Don't pause reception of long RTSP messages.
- Don't ask for cover art if not asking for metadata too, duh.
- Skip some types of invalid AAC packets.
- Don't decode outdated frames.
- Wait for timing information to be valid in AP2 Buffered Audio Streams processing.
- Set the timing peer list as soon as a SETPEERS message is received -- don't wait until play is about to begin. Not sure if it works universally yet.
- Tidy up the statistics printout table and stop outputting (non existent) nominal fps for AP2 Realtime Streams.
- Use PKG_CHECK_MODULES to find libavcodec, to make it work with Fedora 35 (?)
- Change behaviour after an unrecoverable error -- if not handled, exit Shairport Sync.
- log statistics headers whenever verbosity goes on or off or whenever statistics are requested
- Clean up statistics.
- Stop watchdog timing out AP2 sessions.
- Remove the commas in the statistics logs -- easier to get into a spreadsheet.
- Don't overwrite service files if they already exist.
- Try finding libplist as libplist-2.0 on Linux too.
- Move to using CLOCK_MONOLITHIC_RAW to avoid NTP effects. Bump interface version.
- Add code to check divisions and mods for a potential divide by zero problem. This may cause SPS to terminate but it will leave a log message.
- Add a 'stats' function to the audio back ends to replace the 'rate_info' function. Zero all except the alsa back end.
- Attempt to increase the precision of the FPS timing
- Update to the latest version of ejurgensen's pair_ap library. With thanks.
- This fixes #1345 by checking for the
libplist
library both under the namelibplist
andlibplist-2.0
using the fallback strategy as described in the autotools docs. Since we now try both names, we no longer need the FreeBSD/Linux check. Many thanks to FW for the bug report, the fix and this documentation!
- Update the
pair_ap
library to the latest version. Thanks again to ejurgensen. Addresses Issue #1334. Thanks to iChUdY for reporting the issue.
- Fix a bug that would occasionally mute Shairport Sync when using it with AppleTV. Combined with the recent update of
nqptp
, this makes using Shairport Sync much more useful with an AppleTV 4K.
- Fix the following buildroot build failure when the
--with convolution
flag is included. The issue is due to a change in the behaviour of automake 1.16.5 -- seehttps://git.savannah.gnu.org/cgit/automake.git/commit/?id=f4a3a70f69e1dbccb6578f39ef47835098a04624
:
configure.ac:305: error: AM_INIT_AUTOMAKE expanded multiple times
/home/giuliobenetti/autobuild/run/instance-1/output-1/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:6: the top level
/home/giuliobenetti/autobuild/run/instance-1/output-1/host/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:305: the top level
Fixes:
http://autobuild.buildroot.org/results/464148bdccb705d8992dc860262bfdeb01b7e2a1
.
Thanks to Fabrice Fontaine for Pull Request #1314.
- Fix an incompatibility with iOS 15.1 betas and release candidates. The problem was this: if an unknown RTSP command was received, Shairport Sync would return a HTTP error response code of 400 ("Bad Request") but the player would not continue. After some experimentation, it was discovered that a HTTP error response code of 501 ("Not Implemented") would allow the player to continue. Thanks to corrpel and bloomkd46 for reporting the issue.
- Fix a bug whereby the
volume_range_db
setting would be ignored if it was less than the range of the hardware mixer. - Fix a bug that prevented an AirPlay 2 build if metadata was not enabled, either directly or indirectly, at the
./configure...
step.
- Better Siri, HomePod mini and Home Integration An AirPlay 2 build of Shairport Sync now provides a visible volume control when used by a HomePod mini. This should work for other devices too -- reports welcome. You can use the Home app and Siri to set and adjust the volume when used to play from the HomePod mini.
- Restore logging to
syslog
.
- An initial PipeWire backend, with thanks to Lukas Rusak. Use the
--with-pw
configuration flag at the./configure...
stage to include support.
- Fix a bug when using the
tinysvcmdns
mDNS implementation, with thanks to fesc2000. - When an unrecognised SETUP message is received, just ignore it and put a warning in the log. Remove a redundant
client_setup_plist
data item from theconn
data structure.
- Shairport Sync no longer needs to be in the same directory as NQPTP during compilation.
- Add Docker automations -- thanks to Charles Omer.
- Add Issue management automations -- thanks to Charles Omer.
- Reconnect the DACP scanner for AirPlay 2. (It still isn't useful, unfortunately.)
- Add initial support to allow dynamic modification of Rendezvous advertisements.
- Simplify some UFW suggestions in the Troubleshooting Guide.
- Merge some documentation changes from the
master
branch. - Add information to the Car Install Guide about improving boot times, thanks to vasilisvg
- Home App Integration An AirPlay 2 build of Shairport Sync now offers limited integration with the Home app. Specifically, a Shairport Sync AirPlay 2 instance can now be added as a speaker to the Home app. Thanks to ckdo and ejurgensen for figuring this out and for coding it up. It means that some Siri interaction is possible.
- Automated Docker Builds Thanks to the work of Charles Omer, Docker builds on the
development
branch should appear from time to time on the Docker Hub.
- Crashing bug fix in
nqptp
-- thanks to ste94pz. - Honour the
max_volume_db
setting even whenignore_volume_control
is true. Note that dithering is enabled if software attenuation is needed.
- Spell out
Shairport Sync
instead ofSPS
in a few places. - Clang format some source files.
Version 4 brings limited AirPlay 2 functionality to Shairport Sync.
For information about AirPlay 2, including acknowledgements, please visit AIRPLAY2.md.
- In the AirPlay 2 build, a crash can occur occasionally when the player is being selected. If you can get this to happen reliably, please let us know.
- Big changes have been made to the codebase to enable it to be used to build either as the "classic" AirPlay 1 player or as a new AirPlay 2 player. These changes have probably introduced bugs into the classic AirPlay 1 build.
- There is lots we don't know about AirPlay 2. This can result in incorrect behaviour. Watch out for very high volume levels, especially if you have a powerful audio system.
- This is a
development
branch and is probably more buggy than usual. Normal support will not be provided -- instead, we will be interested in bug reports that help improve the program. You need to be adept with Linux or FreeBSD to get involved.
Bug Fix
- Fix a bug in the
alsa
back end. In the interval between checking to see if the alsa device handle was NULL and actually using it, the handle could be set to NULL. The interval between check and usage is now protected.
Bug Fix
- Fix a bug in the
alsa
precision timing code. Thanks to durwin99, Nicolas Da Mutten, mistakenideas, Ben Willmore and giggywithit for the report.
Bug Fixes
- Fix a fault in the configuration script
configure.ac
that caused thelibdaemon
library to be omitted even when requested. Thanks to aleszczynskig and xska2 for the report.
Bug Fixes
- Fix a fault in the configuration script
configure.ac
. The fault was that a--without-*
configuration argument was being misunderstood and interpreted partly as a--with-*
argument. Thanks to David Racine for the report.
Enhancements
- Documentation for the MQTT interface. Many thanks to minix1234!
Bug Fixes
- Fix a bug that caused Shairport Sync to hang, but not actually crash, if an on-play or any on-*** script failed.
- Fix a crash that occurred if metadata support is enabled during compilation but turned off in the configuration file. Thanks to Tim Curtis for the report.
- Fix a crash that occurred playing from AirPower on Android. Thanks to Ircama for the report.
There are absent from the repository -- see 3.3.8rc0
and rc1
in the master
branch.
Bug Fix
- Ensure the metadata pipe is created, if necessary, when the
--with-metadata
configuration option is chosen without the--with-dbus-interface
,--with-mpris-interface
or the--with-mqtt-client
options. Super thanks to Philip Howard for finding this and for developing a possible solution.
Enhancements
- Add a default name for the
pipe
backend. If you don't specify a name for thepipe
backend's named pipe, it will be/tmp/shairport-sync-audio
. Note that Shairport Sync will need to have write permission to/tmp
to create the pipe.
Bug Fix
- Make the first output backend in the list of backends the default, and make its name the default output_name. Clang-format everything. Thanks again to kiwi-ed for bringing this issue to light.
Bug Fix
- Include the word
jack
in the version string if support for Jack Audio is included. Thanks to kiwi-ed for bringing this issue to light.
Bug Fix
- Fix potential inability to restore synchronisation quickly in certain situations.
Enhancements
- Changed permissions when creating the metadata pipe (and the audio pipe in the
pipe
backend) torw-rw-rw-
for compatibility withsnapserver
.
Enhancements
- Fixed a situation where a misleading error message was given if a configuration file cound not be located and
get_coverart
was selected as a command line option. Apart from a misleading message,get_coverart
andenable_metadata
should have been enabled automatically where metadata support is included in the build configuration. Thanks to Craig Fletcher for the bug report.
This is 3.3.7rc1
Enhancements
- Fixed another bug, related to the bug fixed in 3.3.7d4, where leading zeros were not removed from the DACP ID. Thanks again to julianc1969.
This is 3.3.7rc0
Enhancements
- Added the the string
-alac
to the the version string in '-V' if Apple ALAC decoder support is included.
Bug Fixes
- Fixed a number of bugs that prevented Shairport Sync from terminating cleanly in response to the
MPRIS
interface'sQuit()
command. Thanks to João Gabriel for reporting this issue. - Related to the above, the code used to terminate the application after a fatal error has been cleaned up. It now uses the correct
exit()
call rather than the rather hackyabort()
call, returning the value of the constantEXIT_FAILURE
(typically1
) to the caller .
Bug Fix
- Fixed a bug whereby the start and end of active mode tokens
abeg
andaend
where not generated or published --pend
tokens were being generated instead. Thanks to minix1234 for the bug report and fix.
Enhancements
- Cleaned up and simplified the code that handles
FLUSH
requests coming from the player. (Debug messages are still a little verbose.)
Enhancements
-
Improved timing estimation. Shairport Sync has been using linear least-squares regression to estimate timing drift between the (remote) source clock and the local clock. This technique is now extended to provide an estimate of the remote-to-local clock difference itself. (The remote-to-local clock difference is used to remap the timing of audio frames from the remote device's clock to the local clock.)
Timing drift estimates are now saved when a sessions ends, keyed to the client IP number. When a new session starts from that IP number, the stored estimate is used until a new estimate can be generated from the new session.
In practice, the timing techniques in use up to now have been very accurate, but this should result in slightly smoother rates of correction.
Enhancements
- Tidied up the creation and initial opening of pipes. Suppress repeated pipe-opening error messages.
- Tidied up warnings and fatal error messages when log verbosity is zero.
- Cleaned up the code that provides a silent lead-in to play on a back end without synchronisation, e.g. a pipe or
stdout
. - Added in commented-out code to check the timeliness of the release of audio to a back end without synchronisation, e.g. a pipe or
stdout
. TL;DR – so long as the back end does not block, frames will be released to it not more than one packet (352 frames) late.
Enhancements
- Logs and statistics can now be directed to the system log (default),
stdout
,stderr
or to a file or pipe of your choice using a new setting,log_output_to
in thediagnostics
section of the configuration file. This is very useful when the system log is disabled or diverted. - Audio data from the
pipe
back end and metadata from the metadata pipe are now written using standard blockingwrite
commands rather than a slightly complex non-blocking write function. Pipes are now opened in non-blocking mode and changed to blocking mode when successfully opened. - Separate threads are now used for each metadata subsystem. Until now, all metadata was processed on a single thread. This included writing to the metadata pipe and the multicast stream and supplying metadata for the
mqtt
interface and for thedbus
andMPRIS
interfaces. Unfortunately, that meant that a problem with any one of these subsystems could propagate into the others. Now they all run on separate threads. If one thread blocks, it will not interfere with the other subsystems.
Bug Fixes and Enhancements
- Fixed a bug calculating the instantaneous synchronisation error. This bug could occasionally cause Shairport Sync to lose synchronisation and maybe even to mute for a few seconds before resynchronising. It was caused doing modulo arithmetic incorrectly and it's been there for a while.
- Cleaned up and improved the code to synchronise the first frame of audio. This should result in more accurate and reliable initial synchronisation, usually to under a millisecond, and often to within 20 or 30 microseconds. Syncronisation should improve even when the silent lead-in time is as short as 0.3 seconds or when the
audio_backend_latency_offset_in_seconds
is as much as -1.7 seconds, i.e. when only 0.3 seconds of latency are left when the latency would normally be 2.0 seconds. - Removed a bug which would affect initial synchronisation if a
FLUSH
command was received from the player at an inopportune time. - Cleaned up some confused uses of modulo arithmetic.
- Cleaned up the allocation of memory for gathering running statistics – the heap is now used instead of the stack.
- Cleaned up the display of statistics for backends that do not implement active synchronisation, e.g. the
pipe
andSTDOUT
back ends.
Bug Fixes and Enhancements
- Added code to do calculations involving the
audio_backend_latency_offset_in_seconds
andaudio_backend_silent_lead_in_time
settings correctly. Many thanks to Tucker Kern for discovering a number of bugs associated with this and for proposing a solution. This prompted a closer investigation and a number of further improvements were made, and a few "hostages to fortune" removed. - Cleaned up the
audio_backend_silent_lead_in_time
setting by adding an"auto"
setting. - Improved synchronisation accuracy with short silence lead-ins.
New Feature
- For the PulseAudio backend
pa
, added a newserver
entry to thepa
section of the configuration file, allowing you to specify a connection to a remote or a local system PulseAudio instance instead of letting PulseAudio choose. Thanks to Guillaume Revaillot for this new feature.
Bug Fix
- The DACP ID looks like a 64-bit number expressed in hexadecimal. It is normally quoted with leading zeroes removed, but in the
_dacp._tcp
service string, leading zeros are not removed from the DACP ID. The bug fix removes those leading zeroes. Thanks to julianc1969 for tracking down this bug so tenaciously!
Enhancement
- While a player is active, the DACP port number to which to send remote commands should be broadcast over ZEROCONF/Bonjour. However, if that information is not available, Shairport Sync will now check for it every two seconds.
Pesky Changes
- The underlying timing system has been moved from 64-bit fixed-point time representation (like NTP) to a 64-bit unsigned nanoseconds representation. This should make precisely no difference to the functionality of Shairport Sync but the transition might inadvertently have introduced bugs. Problem reports gratefully received.
Enhancement
- The timing software in the
sndio
backend does some extra sanity checking on certain time estimates, it may help a little when running on virtual machines.
This is 3.3.6 with some documentation updates.
Bug Fix
- Avoid using
strndup
as it seems older versions of OpenWrt do not recognise it.
Bug Fix
- Brown-bag fix -- do what 3.3.6d9 was supposed to do!
Bug Fix
- Fix a bug in the provision of metadata which would on occasion cause metadata from the previous track to be provided. Thanks to Tuomas Hämäläinen and HiFiBerry for reporting. This bugfix addresses issue #972.
Bug Fixes
- Tidy up compilation of the
audio-dummy
andaudio-soundio
back ends when the-fno-common
flag is used. - Remove a superflous extra definition of a variable which would cause it to be used uninitialised.
Bug Fix
- Treat the
mper
(Persistent ID of a track) metadata attribute as the 64-bit item that it really is rather than a 32-bit item as hithereto. Output it as a hexadecimal number on the MPRIS and D-Bus interfaces to correspond with the format of the persistent id obtained from AppleScript. E.g:
tell application "Music"
get the {persistent ID} of the current track
end tell
resulting in:
{"FD84B4B40FA33A85"}
The MPRIS trackid
corresponding to this would be /org/gnome/ShairportSync/FD84B4B40FA33A85
.
Thanks to to Scott Simon for finding a related bug in the shairport-sync-metadata-reader.
Other Changes
- Include the
-fno-common
flag in the compilation options to detect incorrect definitions of global variables and multiple definitions ofenum
data types.
Bug Fix
-
Make Shairport Sync compile in the forthcoming Fedora 32. Fedora 32 uses GCC-10 which defaults to
-fno-common
exposing a number of issues with Shairport Sync – multiple definitions of someenum
s and failure to define certain variables asextern
.Version 3.3.6d7 is an attempt to clear up all these errors. Many thanks to Bill Peck for his ongoing support, for bringing this issue to notice and for developing a workaround. Address issue #973.
Bug Fix
- Add a
SIGCHLD
handler to remove completed processes that were used to perform and program "hooks" without waiting for completion and thus prevent them from becoming zombie processes. Thanks to patrickjane for reporting the bug and for suggesting a solution. Addresses issue #968.
Bug Fix
- Fix an incompatibilty with Forked Daapd that was causing Forked Daapd to lock up. Thanks to @tomgadow and @ejurgensen for their help in finding and (hopefully) fixing this issue. Addresses issue #953 and Forked Daapd Issue #870.
Enhancements
- Add some extra examples of using the RemoteControl interface's SetAirplayVolume feature to the shairport-sync-dbus-test-client source.
Pesky Changes You May Not Be Able To Ignore
- Renamed the
Server
property in the D-Bus interface toClient
. The rather strange language in use has it that a player like iTunes is a "client" of the AirPlay device like Shairport Sync, which is therefore considered the "server". The newly-renamed "Client" property is the IP number of the player.
A fix for issue #953 that wouldn't work.
New Features
- Add
SetAirplayVolume
to the native D-BusRemoteControl
interface. - Add
SetVolume
to theMPRIS
interface.
Bug Fixes
- Hook up the
Volume
property in theMPRIS
interface.
Enhancements
- Modify
RemoteCommand
in the D-Bus interface to return the HTTP status and response in hex. - Add a few sample commands, including
MPRIS
commands, to the Sample D-Bus Commands document.
New Features
- Resampling has been added for the Jack Audio backend. This can be used to up-sample to 192kHz. Thanks to Pieter De Gendt for this addition.
This is release version 3.3.5.
Pesky Changes You May Not Be Able To Ignore
- Renamed the
LoudnessFilterActive
property in the D-Bus interface toLoudness
. Updated shairport-sync-dbus-test-client.c accordingly.
New Features
- Added to the D-Bus interface the ability to turn on and off convolution, to set the convolution gain and to change the convolution impulse response files. See examples in sample dbus commands. Note: for these commands to make sense, Shairport Sync must be built with support for convolution and the native D-Bus interface (
--with-convolution
and--with-dbus-interface
) and fully installed.
Bug Fix
- Fixed a bug whereby if you enabled the Loudness filter via the D-Bus interface, the output disappeared until you changed the volume.
Bug Fix
- Fixed a crashing bug when output format
"S24"
was chosen. Fixes the issue reported by artenverho in #927.
This version did not appear on the development
branch -- it fixed a small compilation error.
Bug Fix
- Fixed a crashing bug -- if a plain HTTP packet (in fact, any packet that didn't have an RTSP-style header) was sent to the TCP session port (usually port 5000), Shairport Sync would crash! Thanks to @dubo-dubon-duponey for reporting. Fixes #921.
Pesky Change
- The setting
retain_cover_art
is now part of thediagnostics
group. Set it to"yes"
to retain cover art cached by the D-Bus, MPRIS ormqtt
interfaces. Your directory may fill up if you leave it set!
Enhancements
- Expose a
metadata
setting related to handling cover art:- The setting
cover_art_cache_directory
allows you to specify where cover art files will be cached if Shairport Sync has been built with native D-Bus, MPRIS or MQTT support. The default is/tmp/shairport-sync/.cache/coverart
. If you set it to an empty list:""
, caching is disabled. This might be useful in, say, an embedded device, or wherever you want to minimise file writing.
- The setting
Bug Fix
- Fix a bug in the resend request logic.
Enhancement
- Expose the settings controlling the resend request logic. The new settings are in the
general
section:resend_control_first_check_time
is the time allowed to elapse before a packet is considered missing, defaulting to 0.1 sec. UDP packets don't always arrive in order and they don't need to be re-requested just because they arrive out of sequence. Essentially, therefore, this parameter is to prevent needless resend requests for packets that are already in transit.resend_control_check_interval_time
is the interval between repeated requests for a missing packet, defaulting to 0.25 seconds.resend_control_last_check_time
is the time by which the last check should be done before the estimated time of a missing packet's transfer to the output buffer, defaulting to 0.1 seconds. In other words, if a packet is still missing 0.1 seconds before it is due to be transferred to the DAC's output buffer, don't bother asking for a resend.
Duh
- Versions 3.3.2d3 to 3.3.2d6 should have been labelled 3.3.3d<something>.
Enhancement
- Rewrite the logic for identifying missing packets of audio and for asking for resends. It seems more robust -- there was a suspicion of the previous logic that resend requests were not made for some missing packets. In addition, requests for resends of continuous sequences of packets are rolled into one.
Enhancements
- Normalise the
'pvol
' volume outputs so that when both the software and hardware attenuators are in use to extend the overall attenuation range, the maximum output level corresponds to the maximum output level of the hardware mixer. - Add the option of including the file and line number of each log entry's source. The option is on by default and is settable in the configuration file and in the
dbus
interface.
Bug Fixes
- Fixes an error whereby the
'pvol'
volume metadata was no longer sent if Shairport Sync was configured to ignore volume control information coming from the audio source. Addresses issue #903. Thanks to Jordan Bass for reporting the regression and for identifying the commit and code in which the regression occurred. - Fixes a compilation error if including the MQTT client -- thanks to exoqrtx for reporting.
- Fixes a compilation error if including the MPRIS interface.
- Ensure the hardware mixer of an
alsa
device is detected and initialised before responding to the first volume setting.
Enhancement
- Improves the detection of the remote services available when an audio source is playing. If the source is minimally compatible, e.g. iOS, Shairport Sync's
org.gnome.ShairportSync.RemoteControl
nativedbus
interface becomes "available
". If the source is iTunes, then theorg.gnome.ShairportSync.AdvancedRemoteControl
interface also becomesavailable
. Artwork, metadata, status and limited remote control facilities are accessible through these interfaces when they are in theavailable
state. Follows on from issues raised in #890. Thanks again to exoqrtx for bringing these issues to light and for testing.
Bug Fix
- Fixes an issue that occured in Ubuntu 14.04 – the
shairport-sync
daemon would silently die after a fairly long period. It typically happened just after a DHCP address was renewed. The problem seemed to be related to having more than oneavahi
threaded polling loop (though this isn't documented anywhere). The fix was to consolidate theavahi
stuff down to one threaded polling loop. Addresses issue #895. Thanks to Hans (the) MCUdude for reporting and for initial troubleshooting.
Bug Fixes and Enhancements
- Fixes and enhancements to the MPRIS and native D-Bus interfaces. In particular, situations where artwork is absent are better handled, and the remote interface and advanced remote interface
availability
properties should be more resilient in the face of network problems. Addresses issue #890. Thanks to exoqrtx for bringing these issues to light and for testing.
Bug Fix
- Fixes a potential crash when an incomplete
fmtp
parameter set is sent by the requesting client. Thanks to Angus71 for the fault report and for the repair.
Enhancement
- Instead of returning
EXIT_FAILURE
, returnEXIT_WITH_SUCCESS
on early exit with either "version" (–version
or-V
) or "help" (–help
or-h
) arguments. Thanks to Henrik Nilsson for the patch.
Bug Fix
- Fix a double-free memory bug. Thanks to Chris Boot for reporting this bug, which came through the Debian BTS: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925577. The fix is different from the suggested patch.
Enhancements
- Allow
disable_standby_mode
to operate on any output device, not just real hardware devices. If there are too many underruns while outputting silence, the disable standby mode will be turned off.
Bug Fixes
- Fix a bug in the MQTT documentation and add sanity checking for the port chosen -- thanks to David Crook.
- Fix a bug that caused manual format and rate setting to be ignored -- thanks to Jörg Krause.
- Add missing support for format settings S24_LE, S24_BE, S32_LE and S32_BE.
- Fix a bug that caused dither to be too loud.
- Fix error message for invalid
disable_standby_mode
choice -- thanks to Tim Curtis at Moode Audio.
Enhancements
- Add a list of alsa hardware devices found to the alsa backend help section in the
shairport-sync -h
text. (Doesn't work for alsa on FreeBSD/OpenBSD.) - Always place D-Bus access policy documents in
/etc/dbus-1/system.d
in Linux, but adhere to the standard for FreeBSD/OpenBSD.
Enhancements
- Improvements to the
MQTT
client -- extra diagnostic messages at run time and at configuration time.
Pesky Change You Can't Ignore
- The
while_active
setting in the newdisable_standby_mode
has been renamed toauto
.
Enhancements
- Automatic bit-depth and speed selection for
alsa
output devices has been added and is the default. The greatest bit depth available is selected, and the lowest multiple of 44,100 frames per second is chosen. - Improve support for big-endian devices by adding support for
S16_LE
,S16_BE
,S24_LE
,S24_BE
,S32_LE
andS32_BE
formats.
- Had a bug, sorry -- please go to 3.3rc6 or later.
New Feature
- Support is now included for the automatic selection of the interpolation method. If support for
soxr
interpolation is included at configuration time (using the--with-soxr
at the./configuration...
step), thenauto
interpolation is made the default interpolation mode. During startup, the time it takes to do twosoxr
interpolations is calculated -- this, in milliseconds, becomes thesoxr_delay_index
. If thesoxr_delay_index
is less than or equal to a newgeneral
group setting calledsoxr_delay_threshold
(default 30), thensoxr
interpolation will be chosen inauto
mode; otherwise,basic
interpolation will be chosen.
Minor Enhancement
- Calculate the length of the first sequence of frames of silence preceding the audio at the start of a play session a little more carefully to make it somewhat longer. This should make output devices that operate with a fairly large buffer a little less likely to underrun at the start of a session.
New Feature
- Shairport Sync can now accept AirPlay streams containing uncompressed PCM -- specifically, 16-bit network-endian interleaved stereo, 44,100 frames per second. There is a restricton -- the packets of audio must be 352 frames long.
Bug Fix
- Compatibility has been restored with virtual ALSA devices. Sometimes, an ALSA output device isn't actually a real hardware device -- for example, if PulseAudio is installed in your system, the "default" ALSA output device may in fact a virtual device that provides a route into the PulseAudio sound server for audio from ALSA-compatible applications. Such virtual devices don't always provide the precise delay timing that Shairport Sync uses. The bug fix is to fall back to the standard calls when precise delay timing is not available.
- If precise delay timing data is not available, the
disable_standby_mode
is turned off, as it relies on high precision timing.
New Feature
- If support for
soxr
interpolation is included at configuration time, thensoxr
interpolation is made the default at run time. (This was later changed -- see 3.3rc4.) - If support for the Apple ALAC decoder is included at configuration time, then the Apple ALAC decoder is made the default at run time.
- If support for metadata is included at configuration, then metadata and cover art are both enabled by default at run time. (Metadata is enabled if you configure support for metadata, the dbus interface, the MPRIS interface or the MQTT client.)
Enhancements
- MQTT publishes
active_start
andactive_end
events when the active state is entered and exited. - Add correction to fix for tinysvcmdns CVE-2017-12130.
- Partly update man pages.
Version 3.3rc0 is 3.3d56
New Features
- Two new external program/script hooks –
run_this_before_entering_active_state
andrun_this_after_exiting_active_state
are provided for when the system goes active or inactive. Background: Many users use therun_this_before_play_begins
program hook to turn on an amplifier and therun_this_after_play_ends
hook to turn it off. A big problem is when another play session starts immediately after a play session ends, causing the amplifier to be switched off and then on again very quickly. This happens, for example, when a YouTube clip ends and the next one begins. To get around this, the concept of an active state covering a sequence of play sessions is introduced. When a play session starts, the system goes active, i.e. it enters the active state. When the play session ends, the system remains active for a period determined by theactive_state_timeout
setting, 10 seconds by default. If another play session starts before the period elapses, the system stays active; otherwise the system goes inactive -- it leaves the active state. The two new hooks mentioned above can be used to execute programs/scripts when the system goes active or inactive. - A new
alsa
-onlydisable_standby_mode
setting, for controlling the Disable Standby feature, can be set toalways
,while_active
ornever
. Thealways
setting is recommended for systems where the output device is dedicated to Shairport Sync. The "Disable Standby" state iself can be set or cleared via the D-Bus interfaceDisableStandby
property. - A new command-line option,
-u
, directs logging to STDERR rather than the system log. Useful when you compile Shairport Sync withoutlibdaemon
using the--without-libdaemon
configuration option.
Enhancements
- Changes to the Jack Audio back end. The back end for Jack Audio,
audio_jack.c
, has been extensively rewritten by Jörn Nettingsmeier in a way that is more in keeping with the Jack Audio style. It uses native Jack Audio lockless buffers and offers autoconnect facilities that the previous version didn't have. Many thanks to him. - The volume-control software has been completely rewritten. From a user's point of view, the result should be a much smoother response to volume control changes, free from artefacts. It is now also possible to combine the hardware mixer and the software attenuator in two ways -- giving priority to the software mixer or giving priority to the hardware mixer. see the new
volume_range_combined_hardware_priority
setting in thegeneral
section opf the configuration file. - The muting/unmuting code has been rewritten to be simpler and more consistent.
- In the
alsa
backend, newplay()
anddelay()
functions minimise the use ofsnd_pcm_recover()
to prevent unnecessary resets of the output DACs. - In the
alsa
backend driver, hardware isn't accessed until the first time it is needed. That is, when Shairport Sync starts up, it no longer needs to access the device momentarily. Instead, it waits for the first use. - The
libdaemon
library is now an optional build. It is not necessary forsystemd
systems and can be omitted. Use the--without-libdaemon
configuration option to leave it out.
Bug Fixes
- The
mdns-external
method used to advertise the Shairport Sync AirPlay service on ZeroConf is now an optional build and is omitted by default. Previously it was included with--with-avahi
and could not be included on its own. - A number of memory leaks associated with the use of OpenSSL have been fixed.
- Use CLOCK_RUNTIME in place of CLOCK_MONOTONIC when doing synchronisation timing using the alsa library prior to 1.0.28. Necessary for compabibility with OpenWRT Barrier Breaker.
New Feature
A new feature called Disable Standby keeps the output DAC in the play state all the time and helps to remove some annoying clicking / popping noises. It is really pretty impressive, especially combined with fixes to the dithering code described below. If you can enable 24- or 32-bit audio output to your output device, you can get even better results.
This is an ALSA-specific attempt to remove the annoying low-level clicking sounds that some output devices make just when they start processing audio and sometimes when they stop. Typically a faint click might be heard just before a play session starts or just before audio resumes after a pause. Similarly, a faint click can sometimes be heard just after a play session ends.
It is extremely difficult to remove these clicks completely from the hardware, so this new feature ensures that the output device avoids situations where these clicks might be generated by always playing audio. To accomplish this, if Shairport Sync isn't actually playing anything, audio frames consisting of silence are sent to the output device, keeping it playing. Apart from the initial startup transition, the output device never stops playing and thus never transitions to and from standby mode, avoiding the possibility of generating associated audio disturbances.
To enable this feature, a new alsa
group setting with the name disable_standby_mode
is available. (If you do a full $ sudo make install
, a new sample configuration file with this setting in it is installed at /etc/shairport-sync.conf.sample
or /usr/local/etc/shairport-sync.conf.sample
.)
A downside to this feature is that the output device totally dedicated to Shairport Sync. For this reason, this new feature is disabled by default.
Note -- this setting is likely to change. It will probably be necessary to modify it somehow to enable it to be used in integrated systems. Your feedback would be welcome.
Enhancements and Bug Fixes
- At present, Shairport Sync adds dither to the audio (a) if the built-in software-based volume control is used, (b) if the audio is mixed to mono or (3) if there is a reduction in sample size, say from 16- to 8-bit. The code for generating dither has been much improved. Due to a poor pseudo-random number arrangement, the dither noise didn't sound like white noise -- now it does. In addition, if dither is to be added, it is also added to the silence inserted just prior to the start of play, and is also added to the silent frames used to prevent the output device from going into standby mode, if selected.
These updates are about stability.
Enhancements and Bug Fixes
With great help from gibman — see #772 for the gory details — a myriad of issues have been identified and fixed. In particular, gibman shared an automated way of stress-testing Shairport Sync, and this has resulted in the detection of many bugs.
And so, with apologies to Shakespeare, we have taken up arms against a sea of troubles, and by opposing we have ended them. It is hoped that the result is considerably more stable and can better withstand the, uh, slings and arrows of outrageous fortune.
Here is a flavour of some of the issues addressed:
- Replace the existing watchdog, which only offered partial coverage, with a much more robust thread-based watchdog.
- Allow a reported remote processing time of zero.
- Fix a logical error that could cause an endless loop during a flush.
- Ensure a player thread is correctly initialised before allowing it to be cancelled cleanly.
- Ensure the player thread always has a cancellation point so that it should always be possible to ask it to terminate.
- If a play session is interrupted, wait for it to terminate for up to three seconds.
- If a play session is interrupted, ensure the new session uses a different set of UDP ports. This is to ensure that data from the interrupted session – which might be still in transit – doesn't enter the new session.
- Make all ALSA command sequences un-cancellable. This is to ensure that ALSA subsystem will not be left in a partially-initialised state if Shairport Sync terminates abruptly.
- When a connection is terminated abruptly, ensure that all the UDP ports is use are closed properly.
- Impose timeouts on both reading and writing to the supervisory RTSP connection governing a session.
- When closing the RTSP connection due to an error, close it immediately, without waiting for a full TCP handshake, because, if the other end has erred, the handshake may never come.
- Fix a parameter initialisation error in a situation where there is no hardware mixer.
- Fix an MQTT-related crash by ignoring unrecognised commands.
- Fix a compilation error and a warning when using the
--with-convolution
configuration option.
New Feature
- A new
run_this_if_an_unfixable_error_is_detected
(in thesessioncontrol
group of settings) program hook is provided. At the moment, two conditions can trigger this. The first is if the watchdog is unable to terminate a play session. The second is if the output device stalls for a long period. Both conditions can be caused by malfunctioning DACs. The external program could, for example, reboot the device.
Enhancements
- Use
/dev/urandom
rather than/dev/random
as a source of some kind of randomness for the cryptographic "nonce" used in AirPlay password exchange, as/dev/random
blocks occasionally. Please see here for a discussion of the merits of both. The effect of/dev/random
's blocking on Shairport Sync was to make the source of randomness somewhat less random. (By the way, you should never use an important password as an AirPlay password for Shairport Sync -- it is stored in Shairport Sync's configuration file in plain text.)
Enhancements
- The code that deals with packet loss resulting from network problems has been completely rewritten. The reason is that, while the old code worked quite well, it could be overwhelmed if the network problems were very serious. The new code is simpler and more robust in testing so far. This code interacts with the code for flushing audio before and after a play session, so it may have introduced regressions.
- The build instructions have been changed to avoid compiler warnings coming from automatically-generated code produced for the D-Bus-based interfaces.
- Warnings are now logged if the ALSA subsystem fails to recover properly after an error has been cleared.
Bug Fix
- A compilation problem in OpenBSD has been fixed by changing the order of some include files.
Enhancement
-
Extend the range of
audio_backend_latency_offset_in_seconds
to ± 1.75 seconds. Note that no sanity checking of any kind is done on this – if it is too large the program may simply crash. -
Pay more attention to errors that may occur when asking for the DAC delay just before play starts. For diagnostic use.
-
Formatting of the settings file
shairport-sync.conf
has been fixed, thanks to the work of roblan.
Enhancement
- Adjust the latency calculation to accommodate changes in iOS 12 and AirPlay connections from macOS Mojave. Thanks to artenverho who first reported the issue.
Bug Fix
- Fix a problem when calling the program to be run when the volume control is changed. Thanks to shaven for the report.
Reverted to 3.3d11 -- the modification in 3.3d12 was not needed and has been removed.
Enhancement
- Add a configuration option to specify the PulseAudio output sink. An extra option for the
pa
backend to allow the specification of the audio sink. Thanks to Maciej Wilczyński for his work on this.
Bug Fix
- Remove unrecognised options from FreeBSD and OpenBSD compilation instructions.
Modify the jack
interface to ignore the latencies of any ports connected to the jack
end. This is because it does not seem appropriate to try to compensate for the delays in the jack
system. Not sure if this is the correct approach... Maybe it's better to allow the user to select no compensation, compensate for the lowest latency or compensate for the highest latency; it seems unnecessarily complex, not really the business of Shairport Sync.
Many changes to compilation and linking flags. Stop using HAVE_*
flags except where necessary, use CONFIG_*
for optional stuff, use HAS_*
for immediate definitions to be used during configuration, use USE_*
for Automake definitions. Probably introduced bugs, sigh.
Bug Fix
- Ensure the compiler flag
HAVE_LIBSOXR
is defined if the--with-soxr
configuration flag is used andpkg-config
is in use.
- Remove the "rolling" requirement for Jack output to be sent.
- Set the default buffer size for Jack to 0.5 seconds. This may be temporary!
An improved Jack Audio backend. Testing notes:
- At the
./configure
step, include--with-jack
. This should not require any extra packages or libraries when it is being compiled on an AVLinux machine. No need for any other backend to be included, so you can omit--with-alsa
, etc. - Tested on the latest AVLinux only.
- Jack Audio will not run correctly on a virtual machine; it will only work properly on a real device.
- A new set of configuration options is present in the configuration file.
- The Shairport Sync backend will attempt, every second, to open a client on the Jack server until it succeeds. This behaviour can be stopped or the interval extended with the
jack
auto_client_open_interval
configuration option. - Once a Jack client has been opened by the Shairport Sync backend, it will remain open. This behaviour can be changed with the
jack
auto_client_disconnect
configuration option. - Other Jack congfiguration options include the ability to change the name of the client –
client_name
– and the names of the channels –left_channel_name
andright_channel_name
.
Testing needed -- these arrangements may not conform to the norms of the Jack community, so all feedback gratefully received.
Some information, e.g. the true output rate, not implemented yet.
- Introducing a very rough implementation of a Jack Audio backend. The JACK Audio Connection Kit "provides a basic infrastructure for audio applications to communicate with each other and with audio hardware. Through JACK, users are enabled to build powerful systems for signal processing and music production."
- Sometimes
libsoxr
is built to rely onlibavutil
. With the present changes toconfigure.ac
, iflibavutil
is present, link to it when linking tolibsoxr
, but if it's not present, don't link to it when linking tolibsoxr
. - Add
pgk-config
support tolibsoxr
selection.
Thanks to Jörg Krause for identifying these issues and proposing fixes.
-
Modify the code that synchronises the Shairport Sync system's clock with the source clock to try to take account of the sources's nominal rate, which (oddly, e.g. iTunes on a Mac) might not be exactly 44,100 fps. There may be a 32-bit unsigned overflow error here somewhere!
-
Try to interpolate for the measured drift between the standard three-second timing snapshots. These changes make a very slight difference from time to time, of the order of microseconds, and it's not clear yet how reliable the drift interpolation is.
-
Add some extra fields to the
statistics
output, including nominal source rate, actual input rate, actual output rate, source clock drift, calculated correction needed in ppm. All these numbers agree to a high degree, but the generation of them is fragile and susceptible to errors when there are problems like underrun, and they are not actually running averages, which would be genuinely useful. But they show promise!
Bug Fixes
- Fix a bug in the
dbus
native interface which would silently switchsoxr
interpolation tobasic
. - Fix a mutex lock bug in the metadata hub. No known effects.
Internal changes are being made for version 3.3 to avoid using SIGUSR1
and pthread_kill
to stop threads; the standard pthread_cancel
and friends are being used instead. This should lead to more reliable and orderly cancellation of sessions and threads. However, it is quite a complex change, so bugs may have been introduced or reactivated. Lots of testing needed.
Bug Fix
- Fix an arithmetic overflow in frame rate calculations that could occur after 2^32 frames – approximately 27 hours at 44,100 frames per second.
New Features
- Frame rates! Exact input and output frame rates are now included in the
statistics
output. The figures generated are averaged over the entire play session since the last pause/resume, if any, so they should settle down and become more accurate over a long play session, say a couple of hours. Timing is relative toCLOCK_MONOTONIC
. When your system is connected for an appreciable period to network time, e.g. using an NTP client,CLOCK_MONOTONIC
is adjusted ("conditioned") to keep time extremely accurately. The calculated output frame rate should be very accurate. The calculated input frame rate will vary considerably over short intervals due to network conditions, but over a long play session it should also become very accurate. Timing is done from the start of the play session, or from the resumption of play following a pause. Note that while some audio sources pause and resume between tracks, both iTunes on the Mac and the Music app on iOS play all the tracks on a playlist without pause (so long as the tracks are downloaded and present in the device in time). - Add the command
quit
to the MPRIS and the D-Bus interfaces. The main motivation for this is that it makes it easier to search for memory leaks.
Bug Fixes
- A number of memory leaks have been identified and removed.
- A bogus warning about using the deprecated
general
statistics
options has been fixed.
This is equivalent to 3.2.1.
Bug Fix
- Fix a bug causing a crash when
soxr
interpolation was enabled and a play session was stopped. This bug overwrote incorrect memory locations, so depending on what it overwrote, may have been responsible for other inexplicable crashes. Thanks are due to hanaguro, FnasBas, priitohlo, David Krmpotić and artenverho.
This is equivalent to 3.2.
Modification
- The algorithm for generating resend requests has been made somewhat more gentle -- a little less insistent.
Bug Chasing
- Some very elementary bounds checking on the ANNOUNCE packet is performed: that it is 1024 bytes or less in size and that line lengths remaining after parsing do not turn negative when they should remain positive or be exactly zero.
Enhancement
- An extra property has been added to the RemoteControl section of the native Shairport Sync D-Bus interface. It is the "progress" metadata emitted from time to time by the AirPlay source and consisting of RTP timestamps for the start of the current play sequence, the current play point and the end of the play sequence.
Bug Fix
- Code to monitor the amount of time a mutex lock request took is improved.
Enhancement
- An MQTT client interface is introduced, with support for metadata and for some remote control commands, thanks to the work of Till Zimmermann. MQTT is a fairly often used protocol in FOSS home-automation projects (as well as in commercial ones), and as Shairport Sync is often used in these setups, this adds client support for this protocol.
Bug Fix
- Restore compatibility with Synology AudioStation/5.2. Thanks to Jörg Krause for identifying both the issue itself and the likely location of the fix needed. It's not clear if the problem lies with Shairport Sync or Synology – the fix was to ensure that an RTSP reply was sent in one
SEND
call, which shouldn't be important.
Bug Fix
- Add a pthread_cancel cleanup routine to put_packet to unlock the player rw mutex when cancelled. Sincere thanks to David Krmpotić for help investigating this.
Bug Chasing
- Debug messaging has been enhanced when a
TEARDOWN
message is received. - Check both timed and untimed mutex locks and give estimates of how long to wait. Generate debug messages when appropriate.
- Unlock the
ab_mutex
when sending a resend request.
Enhancement
- The
mute_using_playback_switch
setting in thealsa
group has been replaced by ause_hardware_mute_if_available
, which defaults to"no"
. This new setting controls both the playback switch method and the magic volume level method for doing hardware-supported muting. If hardware muting is used, the output device will be muted when Shairport Sync releases it, potentially causing problems for other audio programs using the device. To avoid this,use_hardware_mute_if_available
is disabled by default.
Bug Chasing
- A debug message has been enhanced when a
TEARDOWN
message is received.
Bug Fix
- Flush requests that are received while the player is being initialised or deleted are now ignored. This should prevents two potential (but never seen) lock possibilities.
Bug Fix
- Prevent packets of audio being added when the play session has ended and the player is being deleted. They are now simply dropped.
Bug Fix
- Fix an incompatibility with Cygwin 64. It seems that the handling of signals in Cygwin is different to regular "native" Unix/Linux platforms. So, this is an attempt to use
pthread_cancel
calls where possible. In principle it should simplify thread management considerably, so let's see how it goes. - Fix an off-by-one error that was generating excessive resend requests.
- Fix a small bug locking and unlocking the read-write mutex. It might (and in principle, it could) cause a crash.
- Add a read-write mutex lock to the player thread so that it can't be accessed while it's being created and initialised or while it's being torn down and destroyed. Make external accessor functions acquire a read lock for access. It's "A Good Thing" and it might help the seg fault problem, which I'm afraid still can't reproduce...
- A few extra debugging messages to try to locate where a segfault is occurring.
Bug Fix
- A seg fault possibly caused by a dangling pointer has been addressed by making the UDP sockets blocking rather than non-blocking. A two millisecond limit has been put on the sendto calls.
Bug Fix
- A very subtle bug that would occasionally cause a loud 80 millisecond buzz when a new track was selected has been located and fixed. Thanks to mistipen and artenverho for help with this.
Update TROUBLESHOOTING.md to correspond to 3.2RC6.
Enhancement
- Restore the old method for calculating latency for older AirPlay sources: an AirPlay source displaying an AirPlay User Agent string version of 353 or older -- corresponding to iOS 11.1.2 or older -- will add an extra 0.25 seconds to the latency requested. This seems to be right.
Bug Fixes
- When errors occur sending resend requests, back off for 0.5 seconds, rather than 10 seconds, and make the code actually work.
- Make the configuration options for including the dbus interface and the mpris interface be
--with-dbus-interface
and--with-mpris-interface
as expected, not--with-dbus
and--with-mpris
as they actually were.
This version just brings some small changes made to the Release Candidates back into the development
branch.
Bug Fixes
- Fixed a hitherto-silent bug that prevented Shairport Sync working properly with AirAudio. According to the unofficial standard, requests for resending missing packets come from the control port; however, up until now, Shairport Sync sent them on the audio port. All AirPlay sources responded to these improperly-delivered requests except AirAudio, which discards requests that do not come from the correct source. Fixed now, with many thanks to funtax and to Janusz Kowalczyk for bringing the issue to the fore.
Bug Fixes
- A number of serious and long-standing bugs have been identified and fixed in the threads that handle audio, control and timing packets. Specifically, if UDP reception or transmission errors occurred (a rare occurrence on a good network, but possible on noisy or congested networks), the threads would quit. In this way, an error on the reception of the first control packet could mute an entire play session.
Enhancements
- The code used to request the retransmission of missing audio packets has been significantly improved.
Enhancements
- An extra diagnostic to artificially drop UDP packets to simulate a noisy network has been added. Set the proportion of packets to be dropped in the
diagnostics
section of the configuration file using the tagdrop_this_fraction_of_audio_packets
. The value should be between 0.0 and 1.0. E.g. a value of 0.001 would mean one packet in a thousand would be dropped, on average. Look in the sample configuration file/etc/shairport-sync.conf.sample
for the added entry. - Minimal compatibility with AirAudio has been added / restored. There remains a question about error correction for handling UDP packet loss. Thanks to Janusz Kowalczyk for reporting the issues.
Enhancements
- More cleaning up of the D-Bus and MPRIS interface messages -- they are quieter now.
Bug Fix
- Thanks are due to yejun for noticing and proposing a fix for the bug that dithering is left on when the volume control is ignored. Audio samples should pass through without alteration. (The fix was already in the
development
branch though.)
Enhancements
- Better compatibility with TuneBlade -- Shairport Sync honours the latency settings properly now.
- Big cleanup of D-Bus and MPRIS interface messages -- it's a lot less noisy. More to be done here.
- The brokey YouTube iOS app, which generates a great deal of invalid metadata (do they even know?), is handled a bit better. If valid metadata is there, Shairport Sync can process it.
clip
andsvip
messages are now only emitted for a play connection, not for all connections (e.g. connections that just enquire if the service is present).pfls
andprsm
messages are less frequent, especially when a play session starts.
Other Developments
- Shairport Sync now uses about an extra half megabyte of RAM for compatibility with TuneBlade's option to have a very long latency -- up to five seconds.
A new metadata token -- 'pffr'
-- is emitted when the First Frame of a play session has been Received. Not sure we'll keep it...
Enhancements
- A "native" D-Bus Remote Control permits remote control of the current AirPlay or iTunes client. It includes status information about whether the remote control connection is viable or not, i.e. whether it can still be used to control the client. A remote control connection to the audio client becomes valid when the client starts AirPlaying to Shairport Sync. The connections remains valid until the audio source deselects Shairport Sync for AirPlay, or until the client disappears, or until another client starts AirPlaying to Shairport Sync. It is likely that a time limit will be put on this, so that after, say, 30 minutes of inactivity, the remote control connection will be dropped.
Enhancements
- CAR INSTALL and OPENBSD notes added.
- A barebones "native" D-Bus interface for Shairport Sync permitting control of some diagnostic settings. To be expanded...
- A partly implemented MPRIS control interface including play/pause/next/previous/volume and some metadata.
- Remote control of an iTunes source including play/pause/next/previous/volume.
- Remote control of an AirPlay source including play/pause/next/previous.
Continuing the experiments with D-Bus and related DACP support. In this revision, an attempt is made to control the amount of scanning the system does to maintain up-to-date information about a DACP source. As before, please note that the implementation is likely to change greatly or be removed at any time.
Enhancements
- Barebones support added for OpenBSD compilation.
- Only ask for missing packets to be resent once, and if any error occurs making the request, stop for 10 seconds.
- Include the
-pthread
flag -- including the pthread library with-lpthread
isn't always enough.
Enhancements
- Improvements in the documentation relating to scripts -- thanks to Niklas Janz.
- Add optional timing annotations to debug messages -- see the new settings in the diagnostic stanza of the configuration file.
Bug Fixes
- Ensure the TEARDOWN of a play session is not delayed by a long sleep timer.
- Allow more than one ANNOUNCE packet for the same play session. Honour the settings in the most recent one.
- Move the creation and calling of a player thread from the SETUP handler to the RECORD handler.
- When closing an ALSA sound device, don't wait for any remaining audio to be output with
snd_pcm_drain
; instead, just drop all remaining frame usingsnd_pcm_drop
. - TEARDOWN should complete in less than 50 ms.
Enhancement
- Better handling of missing timing packets.
- Improved resnchronisation logic should improve performance with slow-to-download YouTube videos.
- Shairport Sync will now log an unexpectedy dropped or faulty RTSP connection. This might be useful on noisy networks.
New Feature
- A new
general
optionvolume_control_profile
, for advanced use only, with two options:"standard"
which uses the standard volume control profile -- this has a higher transfer profile at low volumes and a lower transfer profile at high volumes -- or"flat"
which uses a uniform transfer profile to linearly scale the output mixer's dB according to the AirPlay volume.
Continuing the experiments with D-Bus and related DACP support.
Enhancement
- Some DACs have a feature that the lowest permissible "attenuation" value that the built-in hardware mixer can be set to is not an attenuation value at all – it is in fact a command to mute the output completely. Shairport Sync has always checked for this feature, basically in order to ignore it when getting the true range of attenuation values offered by the mixer. However, with this enhancement, Shairport Sync can actually use this feature to mute the output where appropriate.
Continuing the experiments with D-Bus and related DACP support.
Bug Fix
- Fix timing error when using Airfoil as a source.
Continuing the experiments with D-Bus and related DACP support. In this revision, tinyhttp is now used for sending and retrieving DACP information. Many thanks to Matthew Endsley for this work on tinyhttp. As before, please note that the implementation is likely to change greatly or be removed at any time.
Bug Fix
- Fix silly seg-fault bug in 3.2d19, activated when a DACP record was withdrawn.
Enhancement
- Add compatibility with Swinsian, a Mac music player.
Bug Fix
- In recent versions of iOS (11.2) and mac OS (10.13.2), when play is resumed after a pause, the volume level is not always restored, and, if software volume control is being used, Shairport Sync plays at full volume. This issue has been addressed by storing the last airplay volume setting when a play session ends and using it as a default when a new play session begins. (This is a more generalised solution than in 3.2d16.)
- Better AirPlay synchronisation. Older versions of Shairport Sync added an 11,025 frame (0.25 seconds) offset to all the latencies agreed with the sender. This seems now only to be correct for iTunes and ForkedDaapd sources, but incorrect for AirPlay sources. Accordingly, the offset is only added for iTunes and ForkedDaapd. The result is better sync with videos, e.g, YouTube, etc. while iTunes and ForkedDaapd synchronisation is unaffected.
Bug Fix
- In recent versions of iOS (11.2) and mac OS (10.13.2), when play is resumed after a pause, the volume level is not always restored, and, if software volume control is being used, Shairport Sync plays at full volume. This issue has been addressed by storing the last software volume setting when a play session ends and using it as a default when a new play session begins.
Bug Fix, kind of...
- Shairport Sync crashes on Arch Linux with with pulseaudio backend enabled. The cause appears to be a pulseaudio configuration issue, but of course, Shairport Sync shouldn't crash. For the present, the bug fix merely adds an error message before terminating Shairport Sync.
Enhancements
- Still lots of changes and experiments with D-Bus and DACP. As before, please note that the implementation is likely to change greatly or to be removed at any time.
Security Update
The version of tinysvcmdns
bundled in Shairport Sync has a buffer overflow bug: "An exploitable heap overflow vulnerability exists in the tinysvcmdns library version 2016-07-18. A specially crafted packet can make the library overwrite an arbitrary amount of data on the heap with attacker controlled values. An attacker needs send a dns packet to trigger this vulnerability." The vulnerability is addressed by additional checking on packet sizes. See also CVE-2017-12087 and Vulnerability in tinysvcmdns.
Thanks and Chris Boot for fixing this bug.
Experimenting with an MPRIS-compatible D-Bus interface. A very small number of features have a tentative implementation. As with the Shairport Sync D-Bus interface, please note that the implementation is likely to change greatly or be removed at any time.
Continuing the experiments with D-Bus support, Shairport Sync can now be compiled to have a D-Bus presence on the D-Bus system bus. It presents a small number of properties and can execute a method call which sends a command string to the audio source's DACP port. As before, please note that the implementation is likely to change greatly or be removed at any time.
Enhancement
- The metadata output stream can include a
dapo
message carrying the DACP port number to be used when communicating with the DACP remote control. This might be useful because the port number is actually pretty hard to find and requires the use of asynchronous mdns operations. You must be using the Avahi mdns back end.
Bug Fix
- A bug in the hardware volume control affects output devices that have hardware mixers but that do not allow the volume to be set in dB. One example is the Softvol plugin in ALSA. Shairport Sync fails silently when presented with such a device when hardware volume control is enabled: the volume events have no effect. The bug has been fixed by adding two missing lines of code to the
init()
function inaudio_alsa.c
. Thanks to Jakub Nabaglo for finding and fixing the bug. - A number of bug fixes due to belboj. Many thanks for these!
- Enhancements to the handling of quit requests by threads, thanks(again) to belboj!
Other Stuff
- The directory structure has been rearranged somewhat. Probably will change again...
- Typo fix! Thanks to corbinsantin.
Bug Fix
- Fixed a bug that prevented Shairport Sync from starting automatically on systems using the System V startup system (e.g. Ubuntu 14.04). The problem was that the directory to be used –
/var/run/shairport-sync/
– was deleted on power down and needed to be recreated on startup. In it's absence, Shairport Sync would not start and would report a mysterious daemon error #2.
This introduces a very experimental D-Bus interface to Shairport Sync. At present, in a very ad-hoc trial arrangement, Shairport Sync provides a system bus D-Bus service enabling a program to get and set Volume, to enable and disable the Loundness Filter and to get and set the Loundness Filter threshold (remember, BTW, the Loudness filter only works with software-based volume control). The implementation is likely to change greatly or be removed at any time. Tested on Ubuntu 16.04 and on Raspbian Stretch.
Two extra configuration options are provided: --with-dbus
and --with-dbus-test-client
. (BTW, the test client is never installed, merely compiled.)
Shairport Sync is more stable playing audio from YouTube and SoundCloud on the Mac.
Pesky Changes You Should Not Ignore
- When you update from a previous version of Shairport Sync, your output device may have been left in a muted state. You should use a command line tool like
alsamixer
oramixer
to unmute the output device before further use.
Change of Default
- The default value for the
alsa
settingmute_using_playback_switch
has been changed to"no"
for compatibility with other audio players on the same machine. The reason is that when this setting is set to"yes"
, the output device will be muted when Shairport Sync releases it. Unfortunately, other audio players using the output device expect it to be unmuted, causing problems. Thanks to Tim Curtis at Moode Audio and Peter Pablo for clarifying the issue.
Bug Fixes
- Fixed bugs that made Shairport Sync drop out or become unavailable when playing YouTube videos, SoundCloud streams etc. from the Mac. Background: there has been a persistent problem with Shairport Sync becoming unavailable after playing, say, a YouTube clip in a browser on the Mac. Shairport Sync 3.1.2 incorporates a change to how certain AirPlay messages are handled. Introduced in nascent form in 3.1.1, further follow-on changes have improved the handling of player lock and have simplified and improved the handling of unexpected loss of connection. Shairport Sync also now works properly with SoundCloud clips played in a browser on the Mac.
- Using infer, a number of silent issues have been detected, such as not checking some calls to
malloc
to ensure the response is not NULL. Most of these have been addressed by additional checks.
Bug Fixes
- A bug in the
sndio
backend has been fixed that caused problems on some versions of Linux. - A change has been made to how Shairport Sync responds to a
TEARDOWN
request, which should make it respond better to sequences of rapid termination and restarting of play sessions. This can happen, for example, playing YouTube videos in Safari or Chrome on a Mac. - Choosing
soxr
interpolation in the configuration file will now cause Shairport Sync to terminate with a message if Shairport Sync has not been compiled with SoX support. - Other small changes.
Version 3.1 brings two new backends, optional loudness and convolution filters, improvements in non-synchronised backends, enhancements, stability improvements and bug fixes.
New Features
- A
sndio
backend gives Shairport Sync native fully synchronised output on OpenBSD and FreeBSD, thanks to the work of Tobias Kortkamp (t6). - A
pa
backend now allows Shairport Sync to provide synchronised output on PulseAudio-equipped systems -- many desktop Linuxes use PulseAudio as their sound manager. - Optional loudness and convolution filters can be incorporated in the audio processing chain, thanks to the fantastic work of yannpom.
- A volume-change program hook
run_this_when_volume_is_set
has been added to thegeneral
settings stanza to execute an application whenever the volume is changed.
Pesky Changes You Should Know About
- The
audio_backend_buffer_desired_length_in_seconds
andaudio_backend_latency_offset_in_seconds
settings have been moved from individual backend stanzas to thegeneral
stanza. They now have an effect on every type of backend. - If you are using a System V (aka
systemv
) installation, please note that the default location for PID file has moved -- it is now stored at/var/run/shairport-sync/shairport-sync.pid
. This change is needed to improve security a little and to improve compatibility across platforms. If you're not doing anything strange, this should make no difference.
Enhancements
- Resynchronisation, which happens when the synchronisation is incorrect by more than 50 ms by default, should be a lot less intrusive when it occurs – it should now either insert silence or skip frames, as appropriate.
- The Linux installer has been improved and simplified and a FreeBSD installer introduced.
- A new setting,
audio_backend_silent_lead_in_time
, allows you to set the duration of the period of silence played (the "silent lead-in") before a play session starts. - A new command-line option,
--logOutputLevel
, allows you to output the volume levels to the log whenever they are changed. This may be useful during setup. - Improvements have been made to the handling of large items of metadata over UDP.
- A new command line option,
-j
, demonizes Shairport Sync without creating a PID file. - A new
alsa
-only setting,mute_using_playback_switch
, is available for advanced use. - Other minor enhancements.
Bug Fixes
- Stability improvements. More care has been taken (!) to make code thread-safe, resulting in improved stability.
- Conversion from stereo to mono has been fixed to avoid clipping while preserving full resolution. Thanks to Robert Jones (RobDeBagel) for bringing this to notice.
- Short intrusions of audio at the start of a new session from the end of the previous session have been eliminated.
- Many (many!) miscellaneous bugs fixed.
Bug Fixes
- Fixed bugs in the
ao
,pulseaudio
andsndio
back ends. Basically they were expecting default sample rate and depth information, and were terminating when they saw explicit rate and depth data.
This update fixes one alarming and potentially very noisy bug and restores the identification of Shairport Sync as "ShairportSync" so that TuneBlade recognises it as an open source application.
Bug Fixes
- Fixed a bug that was causing Shairport Sync to possibly make a very loud and alarming noise whenever an audio frame was missing.
- In 2.8.6, a change was made to the way Shairport Sync identified itself, so that it could be recognised by TuneBlade as an open source application and treated preferentially. That change was inadventently lost in the transition from 2.8.6 to 3.0. Now it's restored.
Version 3 brings in support for 24-bit and 32-bit (and 8 bit!) DACs and for DACs running at multiples of 44,100 samples per second.
The most obvious audible change is if you are using software volume control and can take advantage of 32- or 24-bit DACs. Dithering can now occur on a 32-bit or 24-bit sample rather than on a 16-bit sample, making the noise floor very much lower. This is the case, for example, with a Pimoroni PHAT DAC.
Here is the list of new features:
New Features
- 8-bit, 16-bit, 24-bit, 24-bit three-byte (S24_3LE and S24_3BE) and 32-bit output to ALSA devices.
- 44,100, 88,200, 176,400 and 352,800 sample per second output. This is done using simple upsampling. It's only worth doing if 44,100 samples per second output is not available.
- Internal processing including software volume control and interpolation is done after sample size and rate conversion.
- Apple ALAC decoder support. This needs the
libalac
library, available at ALAC, to be installed. Add the flag--with-apple-alac
to the./configure
arguments. Then you can choose the Apple ALAC decoder in the configuration file. - Support for
mbed TLS
has been added and the use ofPolarSSL
is deprecated, asmbed TLS
is a development ofPolarSSL
andPolarSSL
itself is not being developed further. - Choose Network Interface. Add a new setting, for advanced users only, in the
general
section. Use theinterface
setting to allow you to specify the interface on which to provide the AirPlay service. Omit the setting to get the default, which is to choose the interfaces automatically. - Set Max Volume. Add a new setting, for advanced users only, in the
general
section. Use thevolume_max_db
setting to allow you to specify the maximum level to set on the hardware mixer (if chosen) or the built-in software mixer otherwise. The software mixer's range is 0.0 dB to -96.1 dB. The setting must be a number with a decimal point, e.g. 21.3. - An experimental new back end for
libsoundio
, a C library for cross-platform real-time audio input and output. Many thanks to Serg Podtynnyi. Please see mikebrady#433 for more details.
- Processor load is up by about 11%.
- Settings have changed -- basically, any timings that were denominated in frames are now in seconds. Please refer to the shairport-sync.conf.sample file for details.
- Sox-based interpolation at higher sample rates may overload your CPU -- you might have to choose between higher sample rates and sox-based interpolation.
Note: all Version 3 changes are summarized above.
New Feature
- An experimental new back end for
libsoundio
, a C library for cross-platform real-time audio input and output. Many thanks to Serg Podtynnyi. Please see mikebrady#433 for more details.
Other changes
- Updates to
man
page and README. Reports of typos or suggestions for improvement are welcome!
Note: all Version 3 changes are summarized above.
New Feature
- Set Max Volume. Add a new setting, for advanced users only, in the
general
section. Use thevolume_max_db
setting to allow you to specify the maximum level to set on the hardware mixer (if chosen) or the built-in software mixer otherwise. The software mixer's range is 0.0 dB to -96.1 dB. The setting must be a number with a decimal point, e.g. 21.3.
Note: all Version 3 changes are summarized above.
New Feature
- Choose Interface. Add a new setting, for advanced users only, in the
general
section. Use theinterface
setting to allow you to specify the interface on which to provide the AirPlay service. Omit the setting to get the default, which is to choose the interfaces automatically.
Note: all Version 3 changes are summarized above.
Bug Fix
- Fixed a bug which prevented successful building in the OpenWrt build system. The problem was caused by an
#include apple_alac.h
inplayer.c
which was actioned even if the apple alac decoder was not selected. This caused the OpenWrt build system to expect the standard C++ library – required by the apple alac code – to be referenced, but it was not specified on the build manifest and therefore stopped the build. The solution was to make the#include
conditional on selecting the apple alac decoder.
Note: all Version 3 changes are summarized above.
Bug Fix
- Fixed a bug which turned off resync by default. Duh.
Note: all Version 3 changes are summarized above.
Bug Fix
- Fix a small and generally silent error in configure.ac so that it only looks for the systemd directory if systemd has been chosen. It caused a warning when cross-compiling.
Note: all Version 3 changes are summarized above.
New Feature
- Reduces processor load back to V2.X levels by using a precalculated array of pseudorandom numbers to do dithering. Doesn't seem to make any audible difference.
Note: all Version 3 changes are summarized above.
New Features
- 8-bit, 16-bit, 24-bit, 24-bit three-byte (S24_3LE and S24_3BE) and 32-bit output to ALSA devices. (Other back ends are not updated yet.)
- 44,100, 88,200, 176,400 and 352,800 sample per second output. This is done using simple upsampling.
- Internal processing including software volume control and interpolation is done after sample size and rate conversion.
- Apple ALAC decoder support. This needs the
libalac
library, available at ALAC. Add the flag--with-apple-alac
to the./configure
arguments. Then you can choose the Apple ALAC decoder in the configuration file. - Support for
mbed TLS
has been added and the use ofPolarSSL
is deprecated, asmbed TLS
is a development ofPolarSSL
andPolarSSL
itself is not being developed further. - Settings that were denominated in frames are now deprecated but still honoured. Deprecation warnings are issued.
- Settings have changed -- basically, any timings that were denominated in frames are now in seconds. Please refer to the shairport-sync.conf.sample file for details.
- Sox-based interpolation at higher sample rates may overload your CPU -- yopu might have to choose between higher sample rates and sox-based interpolation.
Bugs
- Documentation is not updated.
Enhancements
- This release contains a small change – it identifies itself as a ShairportSync device rather than an AirPort device. This should make it possible for Tuneblade, and possibly other players, to recognise it correctly.
This release includes bug fixes and minor enhancements and is recommended for all users.
The build process now uses the directory path sysconfdir
to determine where to place the configuration file shairport-sync.conf
.
The default value for sysconfdir
is /usr/local/etc
which is used in the BSD family, whereas /etc
is normally used in Linux.
To retain the present behaviour of Shairport Sync, you must add an extra parameter to the ./configure...
command. The parameter you must add is --sysconfdir=/etc
. (This has been added to the sample configuration command line in README.md.)
The enhancements and bug fixes in 2.8.5 were made in versions 2.8.4.1 to 2.8.4.8 inclusive. Please read below for the full list.
Enhancements
- Add a new metadata item
clip
(forCL
ientIP
). This item is a string comprising the IP number of the "client", and is sent when a play session is starting. The "client" is the sender of the audio stream, e.g. iTunes on a Mac, or the Music player in iOS. - When synchronisation has been disabled on the ALSA device (you should only do this for testing), Shairport Sync now refrains from asking for buffer length information from the device.
- This update means the build process now uses the directory path
sysconfdir
to determine where to place the configuration fileshairport-sync.conf
. The default value forsysconfdir
is/usr/local/etc
which is used in the BSD family, whereas/etc
is normally used in Linux. So, to retain the present behaviour of Shairport Sync, you must add an extra parameter to the./configure...
command. The parameter you must add is--sysconfdir=/etc
. (This has been added to the sample configuration command line in README.md.) - Shairport Sync has been updated to use the value of
sysconfdir
to determine where to look for the configuration file. Ifsysconfdir
has been left with its default value of/usr/local/etc
, then Shairport Sync will look for/usr/local/etc/shairport-sync.conf
. If, as recommended for Linux,sysconfdir
has been set to/etc
, then Shairport Sync will look, as before, for/etc/shairport-sync.conf
.
Enhancement
- The version string output when you use the command-line option
-V
now includes the value of thesysconfdir
, e.g.2.8.4.7-OpenSSL-Avahi-ALSA-soxr-sysconfdir:/etc
.
Enhancement
- Add a new
alsa
configuration setting:use_mmap_if_available
to control the use of mmap. The default is"yes"
-- see #351.
Enhancement
- Handle varying packet lengths -- this makes it compatible with the HTC Connect, HTCs AirPlay implementation. Thanks to Jörg Krause for his detective work, and see #338.
Enhancement
- Use alsa direct access (mmap) feature to improve performance if mmap is supported. Thanks to Yihui Xiong.
Bug Fix
- Set the RTSP socket to close on
exec()
of child processes; otherwise, backgroundrun_this_before_play_begins
orrun_this_after_play_ends
commands that are sleeping prevent the daemon from being restarted because the listening RTSP port is still in use. Fixes #329.
Bug Fixes
- Fixed an issue where you could not compile the audio_pipe back end without enabling metadata support (thanks to busa-projects for reporting the issue).
- Fixed a few small issues causing compiler warnings in
mdns_dns_sd.c
.
Other
- Removed the INSTALL file – it's generated automatically by
autoreconf -fi
anyway – added it to the files to be ignored in.gitignore
and added a simpleINSTALL.md
file.
Bug Fixes
- Fixed two issues when including support for
pulseaudio
. - Corrected two small errors in sample parameters for the UDP metadata stream settings, thanks to rkam.
The following is a summary of the bug fixes and enhancements since version 2.8.3.
Bug Fixes
-
Checks have been added for empty or NULL audio buffers that were causing assertion violations and subsequent abnormal program termination.
-
An IPv6 bug has been fixed — a bug in the networking software would not allow an IPv6 link-local connection to be made from a client if Shairport Sync was running on a device with more than one network interface. The solution was to take account of the
config_id
information. -
Some problems have been fixed with the non-blocking write function used to write metadata.
-
A bug in the volume control transfer function has been fixed, thanks to Jörg Krause.
Enhancements
-
Shairport Sync now works with AllConnect/Streambels on Android with password protection. (As with all Android clients, you should set the
drift
to something large, like 500 or 1,000, as the timekeeping of these clients isn't as accurate as that of iTunes, etc.) -
The networking subsystem has been modified to always use the same IP number during a session. Background: the computer Shairport Sync is running on can have many IP numbers active at the same time – various IPv6 numbers and also various IPv4 numbers. During a play session, when Shairport Sync has to create connections back to the source, it would use an automatically-assigned IP number for itself, but that number might not be same as the the number used earlier in the session. From now on, it will always use the same IP number it used when the connection was first established. Thanks to ejurgensen for help with this.
-
Experimental support has been added for a softvol plugin, thanks to the work of Jörg Krause -- see #293.
-
A
playback_mode
setting has been added to allow the selection ofstereo
(default) ormono
playback -- thanks to faceless2. -
The new default service name is now the device's
hostname
, with its first character capitalised (ASCII only). -
Substitutions can now be made in the service name. The following substitutions can be used in the service name:
%h
for thehostname
,%H
for thehostname
with the first letter capitalised,%v
for the version number and%V
for the full version string. Maximum length is 50 characters. -
An existing
shairport-sync.service
file will not be overwritten bysudo make install
. -
The text strings advertising the capabilities of Shairport Sync over Bonjour/Zeroconf/Avahi have been changed and now more closely match those of an AirPort Express Base Station (First Generation).
-
It is now possible to set the amount of time to wait for the metadata pipe to become ready for writing. The setting is called
pipe_timeout
in themetadata
section. Default is 5,000 milliseconds. -
Metadata can now be provided via UDP -- thanks to faceless2.
-
Statistics output is more machine readable -- thanks to Jörg Krause
-
The
shairport-sync.spec
file has been updated for compatibility with building Debian packages usingcheckinstall
-- thanks to vru1.
Bug Fix
Fixed some problems with the non-blocking write function used to write to the metadata pipe.
Enhancement
It is now possible to set the amount of time to wait for the metadata pipe to become ready for writing. The setting is called pipe_timeout
in the metadata
section. Default is 5,000 milliseconds.
Bug Fix
- Restored metadata feed lost in 2.8.3.7.
Enhancements
-
Substitutions can now be made in the service name, i.e. the name that appears in iTunes, etc. The following substitutions can be used in the service name you specify:
%h
for the hostname,%H
for the hostname with the first letter capitalised,%v
for the version number and%V
for the full version string. Maximum length is 50 characters. -
The new default service name is simply the hostname, with its first character capitalised.
-
An existing
shairport-sync.service
file will not be overwritten bysudo make install
.
Enhancements
-
Shairport Sync now works with AllConnect/Streambels on Android with password protection. (As with all Android clients, you should set the
drift
to something large, like 500 or 1,000, as the timekeeping of these clients isn't as accurate as that of iTunes, etc.) -
The text strings advertising the capabilities of Shairport Sync over Bonjour/Zeroconf/Avahi have been changed and now more closely match those of an AirPort Express Base Station (First Generation).
Bug fix
An IPv6 link-local connection issue was fixed. A bug in the networking software would not allow an IPv6 link-local connection to be made from a client if Shairport Sync was running on a device with more than one network interface. The solution was to take account of the config_id
information.
Enhancement
Experimental support for a softvol plugin, thanks to the work of Jörg Krause -- see #293.
Bug fix
Add checks for empty or NULL audio buffers that seem to be causing assertion violations and subsequent abnormal program termination.
Bug Fix
The networking subsystem has been modified to always use the same IP number during a session. Background: the computer Shairport Sync is running on can have many IP numbers active at the same time – various IPv6 numbers and also various IPv4 numbers. During a play session, when Shairport Sync has to create connections back to the source, it would use an automatically-assigned IP number for itself, but that number might not be same as the the number used earlier in the session. From now on, it will always use the same IP number it used when the connection was first established. Thanks to ejurgensen for help with this.
Changed the mono
setting for a playback_mode
setting with two possible values: stereo
(default) and mono
.
Added a new mono
setting -- thanks to faceless2. Documentation to follow.
A bug in 2.8.2 caused Avahi to fail at startup under some circumstances with older installations. The problem was that sometimes the regtype
setting would not be initialised properly.
Version 2.8.2 is derived from development version 2.9.5.7 and has stability improvements, bug fixes and a few special-purpose enhancements.
For full details, please refer to the release notes here, back as far as 2.8.1.
Version 2.9.5.7 contains general bug fixes and enhancements for some special situations.
Bug Fixes
- Getting delay and latency information from the
alsa
subsystem has been improved -- bugs fixed, error codes handled better, arithmetic handling (hopefully) better. - If latency information is temporarily unavailable from the
alsa
subsystem, skip trying to synchronise until the next time. - Some condition variables and a mutex were uninitialised, yikes! Fixed.
- A bug that set the output volume to maximum at the same time as muting the output has been fixed. AFAIK, this was inaudible, but it was scary looking.
- Recover from name collisions in Avahi.
- Detect and handle empty buffers better.
Enhancements
- Turn off synchronisation. This is an advanced feature and generally leads to buffer underrun or overrun.
- Set
alsa
buffer size andalsa
period size. There are advanced features, mainly for debugging. They may be removed. - Change the Zeroconf/Bonjour
regtype
to enable Shairport Sync to continue to run but to be invisible to AirPlay clients. Special purpose usage only. - Output total number of packets and the play time of a session when statistics are enabled.
Version 2.9.4 corrects some bugs in how Avahi error conditions are handled.
Bug Fix
- During operation, if the network disappeared, Avahi would occasionally report an error. This would cause Shairport Sync to attempt to terminate gracefully (which is the wrong thing to do in the circumstances). However, the termination attempt was actually causing an assertion violation crash. These errors are now simply logged.
Version 2.9.3 is 2.8.1 with documentation and version changes to indicate that it's in the development branch.
Version 2.8.1 is derived from development version 2.9.2 and has stability improvements and important bug fixes.
For full details, please refer to the release notes here, back as far as 2.9.1.
Version 2.9.2 focuses on further bug fixes and stability improvements.
- Enhanced stability: an important bug has been fixed in the handling of missing audio frames – i.e. what happens when a frame of audio is truly missing, after all attempts to fetch it have been unsuccessful. The bug would cause Shairport Sync to do an unnecessary resynchronisation, or, if resync was turned off, to jump out of sync. This is a long-standing bug – thanks to Jörg Krause for identifying it.
- An extra diagnostic has been added which gives the mean, standard deviation and maximum values for inter-packet reception time on the audio port. It may be useful for exploring line quality.
Version 2.9.1 focuses on bug fixes and stability improvements.
- Stability improvements are concentrated on what happens when a play sessions ends and is followed immediately by a new session. This happens in iOS 9.2 when you click to the next track or to the previous track. It also happens playing YouTube videos when a Mac's System Audio is routed through AirPlay. Thanks to Tim Curtis for help with these issues.
- A workaround for an apparent flushing issue in TuneBlade has been included. Thanks to gibman for reporting this issue.
- A number of bug fixes have been made to
configure.ac
– thanks to Jörg Krause.
Version 2.8 is derived from version 2.7.10 with slight documentation updates. Here is a summary of changes between the last stable version – 2.6 – and this version. For full details, refer to the release notes here, back as far as 2.7.
New Feature
- For hardware mixers with a restricted range (including many cheaper USB DACS), the general
volume_range_db
can be used to specify a wider range than the hardware provides – the extra range is provided by software.
Enhancements
- The
man
manual and the html version of it are automagically rebuilt ifxml2man
and friends are available. - Volume-setting metadata is now sent even when the volume level is to be ignored by Shairport Sync itself.
- Shairport Sync waits a little longer before asking for missing packets to be resent. Sometimes packets are just arriving slightly out of order and don't need to be asked for again.
- The build scripts have been modified to be a little more compatible with standard practice.
- A Continuous Integration (CI) system – Travis CI – is now used to do some limited build checking (thanks guys!).
- Support added for compiling on Cygwin.
- Added
rtptime
tags to metadata and picture metadata. - Replaced and improved the dither algorithm used with the software volume control. The new dither code gives a two bit peak-to-peak dither based on a Triangular Probability Distribution Function (TPDF).
- Disabled picture sending if pictures haven’t been asked for.
Bug fixes
- Fixed a bug that prevented Shairport Sync from correctly setting the hardware mixer volume if it had been altered externally. Thanks to Tim Curtis for help with these issues.
- Modified the shutdown behaviour so that a shutdown followed immediately by a play request is handled better. This was causing iOS 9.2 sometimes to drop the Airplay link between tunes.
- Fixed a data-alignment bug that would cause a crash in certain circumstances on ARM processors with metadata enabled.
- Corrected the names for a few settings tags.
- Fixed some typos and misspellings.
- Miscellaneous small bug fixes.
New Feature
- If the
ignore_volume_control
setting wasyes
, Shairport Sync really did ignore volume control settings and did not send any volume metadata (i.e.pvol
coded metadata). Now, while continuing to ignore volume control settings, it sends apvol
token where the first number is the AirPlay volume, as before, but the remaining three parameters are set to zero.
Bug Fix
- Oops – brown-bag update. Fixed a crashing bug introduced in the last release, caused by not checking for a hardware mixer before trying to access it, duh.
Bug Fix
- Fixed an issue whereby Shairport Sync did not reset the hardware mixer volume level before resuming playing. The issue was caused by not releasing and later reaquiring the mixer when pausing and resuming. Thanks to Tim Curtis for reporting the issue.
Enhancements
- Add note about the Arch Linux Community repository package
shairport-sync
. Thanks to Anatol Pomozov. - Shairport Sync doesn't ask for packets to be resent quite so quickly -- it waits about half a second now before asking for missing packets to be resent.
Bug Fixes
- Improved Shairport Sync's behaviour when it's asked to stop a play session and immediately start another. The signalling system used to stop threads was sometimes stopping threads belonging to the new session. This affected iOS 9.2 users going to the next track -- sometimes the player would become unavailable for an instant and disconnect the session. Th problem still happens occasionally.
- Removed code favouring the use of "public" IPv6 addresses as source addresses when connecting to a distant IPv6 port – Neither OpenWrt nor FreeBSD can use it at present. Also, it's not clear if any problems are being caused by not favouring public IPv6 addresses.
Bug Fixes
- Look for the correct tag name for desired
ao
buffer length:audio_backend_buffer_desired_length
rather thanaudio_backend_buffer_desired_length_software
. - Fix a few FreeBSD compilation bugs.
- Fix a few documentation issues and typos. Thanks to Chris Boot.
Enhancements
- Add note about installing to Mac OS X. Thanks to Serg Podtynnyi.
- Add automatic rebuild of manpage and html documentation when
xmltoman
and friends are available. Thanks to Chris Boot. - Favour the use of "public" IPv6 addresses as source addresses when connecting to a distant IPv6 port.
New Features
- Ubuntu PPA files now available at https://launchpad.net/~dantheperson.
Enhancements
- Broaden the use of the value
$PREFIX
instead of the path/usr/local/bin
during configuration. Thanks to dantheperson.
Enhancements
- Use the correct method for finding the
systemd
unit path, as recommended by Debian maintainers and http://www.freedesktop.org/software/systemd/man/daemon.html#Installing%20Systemd%20Service%20Files. Thanks to dantheperson. - Rather than hardwire the path
/usr/local/bin
as the path to the shairport-sync executable, the value of$PREFIX
is now used during configuration. Thanks to Nick Steel. - Add some extra diagnostic messages if the hardware buffer in the DAC is smaller than desired.
- If metadata has been enabled, but if picture sending has not been requested and the source sends pictures anyway, omit them from the metadata feed. Thanks to Jörg Krause.
Bug Fixes
- Fixed a data alignment issue in the handling of metadata on some processors. Thanks to Jörg Krause.
- Removed an
assert
which would terminate the program if a malformed packet of data was received. - Look for the correct tag name for desired alsa buffer length:
audio_backend_buffer_desired_length
rather thanaudio_backend_buffer_desired_length_software
.
Bug Fix
- The dither code was broken in Shairport Sync and also less than ideal anyway. Fixed and improved. Dither is added whenever you use the software volume control at less than full volume. See http://www.ece.rochester.edu/courses/ECE472/resources/Papers/Lipshitz_1992.pdf for a very influential paper by Lipshitz, Wannamaker and Vanderkooy, 1992. The dither code in Shairport Sync was inherited from Shairport and does not conform to the recommendations in the paper -- specifically the implementation would give one bit of dither where the paper recommends two bits peak-to-peak. The other thing is that the inherited dither code was actually broken in Shairport Sync. So, the new dither code gives a two bit peak-to-peak dither based on a Triangular Probability Distribution Function (TPDF). It sounds like a very low-level white noise, unmodulated by the audio material. It would be nice if it was even lower, but it's better than listening to the artifacts present when dithering is disabled.
Bug Fix
- Fix a bug that suppressed output of the
rtptime
associated with metadata and with picture information coming from the audio source and passed on via the metadata pipe.
Other Changes
- Added some more information to the log whenever problems are detected with the proposed alsa device.
Bug Fix
- The new volume-extension code was not correctly setting the volume after a pause / resume. Fixed.
New Features
- Extend the volume range for some DACs. Background: some of the cheaper DACS have a very small volume range (that is, the ratio of the highest to the lowest volume, expressed in decibels, is very small). In some really cheap DACs it's only around 30 dB. That means that the difference between the lowest and highest volume settings isn't large enough. With the new feature, if you set the
general
volume_range_db
to more than the hardware mixer's range, Shairport Sync will combine the hardware mixer's range with a software attenuator to give the desired range. For example, suppose you want a volume range of 70 dB and the hardware mixer offers only 30 dB, then Shairport Sync will make up the other 40 dB with a software attenuator. One drawback is that, when the volume is being changed, there may be a slight delay (0.15 seconds by default) as the audio, whose volume may have been adjusted in software, propagates through the system. Another slight possible drawback is a slightly heavier load on the processor. - Check for underflow a little better when buffer aliasing occurs on very bad connections...
- Add extra debug messages to the alsa back end to diagnose strange DACs.
- Add configuration file for the
libao
back end -- to change the buffer size and the latency offset, same as for stdout. - Add
shairport-sync.exe
to.gitignore
. - Add a check to support compilation on a CYGWIN platform.
- Add
rtptime
tags to metadata and picture information and add two new metadata items to precede and follow the transmission of a picture. Background: it seems that metadata and picture information for the same item, e.g. a track, are normally tagged with a timestamp called thertptime
; if they refer to the same item, they will have the samertptime
tags. The update here is to add thertptime
value, if available, as data to themdst
andmden
metadata items, which are sent before ("MetaData STart") and after ("MetaData ENd") a metadata sequence. In addition, similar tags --pcst
("PiCture STart") andpcen
("PiCture ENd") are now sent before and after a picture with thertptime
value, if available, sent as data. By the way, the progress metadata (prgr
for "PRoGRess"), which is sent just when a track starts, contains the samertptime
as its middle element.
This is basically version 2.4.2 with two small fixes. It's been bumped to 2.6 because (1) the new features added between 2.4.1 and 2.4.2 deserve more than just a bug-fix increment and (2) the development versions (2.5.x) should have lower numbers than the release versions, so that releases are always seen as upgrades. For example: 2.5.0.9 --> 2.6 looks like an upgrade, whereas 2.5.0.9 --> 2.4.2 looks like a downgrade.
Fixes
- For
systemd
users, theshairport-sync.service
file is updated to point to the correct location of the shairport-sync application. - For Fedora users, the
shairport-sync.spec
file is updated to refer to 2.6.
This release has important enhancements, bug fixes and documentation updates. It also appears to bring compatibility with Synology NAS devices.
New Features
- Source-specified Latencies. Shairport Sync now uses the latencies specified by the audio source. Background: the AirPlay protocol used by Shairport Sync allows the audio source to specify the exact delay or latency that should be applied to the audio stream. Until now, Shairport Sync ignored this information and used fixed preset latencies that were selected on the basis of the "User-Agent" setting. Using source-specified latencies means that Shairport Sync is able adapt automatically to different sources.
Using source-specified latencies is now automatic unless non-standard static latencies have been specified in the configuration file or command line. Using non-standard latencies is usually done to compensate for delays in the back end of the system. For example, if the audio amplifier being driven by Shairport Sync has an inherent delay of its own -- as happens with many home theatre and surround sound systems -- then some users have reduced the latencies used by Shairport Sync to compensate. This usage is discouraged -- the
audio_backend_latency_offset
in the appropriate backend stanza (e.g. in the "alsa" stanza) should be used for this. Static latency settings are now deprecated, and will be removed in a future version of Shairport Sync. - Set Volume Range. This is a new setting that allows you to use just a portion of the full range of attenuation offered by a mixer. For example, if a mixer has a minimum volume of -80 dB and a maximum of +20 dB, you might wish to use only 60 dB of the 100 dB available. This might be because the sound becomes inaudible at the lowest setting and unbearably loud at the highest setting. It is for this reason that many domestic HiFi systems have a volume control range of only 60 to 80 dB.
Another possible reason to use this setting might be because the range specified by the mixer does not match the actual capabilities of the device. For example, the Raspberry Pi's DAC that feeds the built-in audio jack claims a range of 106 dB but has a useful range of only about 35dB. The new
volume_range_db
setting in thegeneral
stanza allows you to specify the maximum range from highest to lowest. The range suggested for the Raspberry Pi's built-in audio DAC, which feeds the headphone jack, is 35. Using it in this case gives the volume control a much more useful range of settings.
Bug fixes
- Sometimes, especially when using Shairport Sync as a system output, it would not play the audio stream. This was caused by an improperly initialised variable. Fixed. Synology NAS devices now seem to be working with Shairport Sync.
- Fix in the
shairport.c
: the USE_CUSTOM_LOCAL_STATE_DIR macro was still being used when it should have been USE_CUSTOM_PID_DIR. - Fix a crashing bug -- if metadata was enabled but a pipename was not supplied, boom.
Other Changes
- Initial timing accuracy improved. The estimate of when to play the starting frame of the audio sequence has improved significantly. This leads to fewer corrections being needed at the start.
- Volume ratios expressed in decibels are now consistently denominated in voltage decibels rather than power decibels. The rationale is that the levels refer to voltage levels, and power is proportional to the square of voltage. Thus a ratio of levels of 65535 to 1 is 96.3 dB rather than the 48.15 dB used before.
- The latency figure returned to the source as part of the response to an rtsp request packet is 11,025, which may (?) be meant to indicate the minimum latency the device is capable of.
- An experimental handler for a GET_PARAMETER rtsp request has been added. It does nothing except log the occurrence.
- The RTSP request dispatcher now logs an event whenever an unrecognised rtsp has been made.
This release has three small bug fixes and some small documentation updates.
Bug Fixes
Changes from the previous stable version -- 2.4 -- are summarised here:
- The USE_CUSTOM_LOCAL_STATE_DIR macro was still being used when it should have been USE_CUSTOM_PID_DIR. This could affect users using a custom location for the PID directory.
- A compiler error has been fixed that occurred if metadata was enabled and tinysvcmdns was included.
- A crash has been fixed that occurred if metadata was enabled and a metadata pipe name was not specified. (Thanks to the contributors who reported bugs.)
Small Changes
- If a mixer being used to control volume does not have a control denominated in dB, a warning is logged and the mixer is not used.
- Slight revisions have been made to the configuration file
configure.ac
to make compilation on FreeBSD a little easier.
Stable release
This stable release is the culmination of the 2.3.X sequence of development releases.
Change Summary
Changes from the previous stable version -- 2.2.5 -- are summarised here:
- Settings are now read from a configuration file. Command-line settings are supported but discouraged.
- Metadata is now supported -- it can be delivered to a unix pipe for processing by a helper application. See https://github.com/mikebrady/shairport-sync-metadata-reader for a sample metadata reader.
- Raw PCM audio can be delivered to standard output ("stdout") or to a unix pipe. The internal architecture has changed considerably to support this.
- Support for compilation on OpenWrt back to Attitude Adjustment.
- Can play unencrypted audio streams -- complatible with, e.g. Whaale.
- Uses the libconfig library.
- Runs on a wider range of platforms, including Arch Linux and Fedora.
- Bug fixes.
Please note that building instructions have changed slightly from the previous version.
Also, the -t hardware/software
option has been deprecated in the alsa back end.
Note
- We're getting ready to release the development branch as the new, stable, master branch at 2.4. If you're packaging Shairport Sync, you might prefer to wait a short while as we add a little polish before the release.
Changes
- Harmonise version numbers on the release and on the
shairport.spec
file used in Fedora.
Note
- We're getting ready to release the development branch as the new, stable, master branch at 2.4. If you're packaging Shairport Sync, you might prefer to wait a short while as we add a little polish before the release.
Changes
update-rc.d
has been removed from the installation script for System V because it causes problems for package makers. It's now noted in the user installation instructions.- The
alsa
groupmixer_type
setting is deprecated and you should stop using it. Its functionality has been subsumed intomixer_name
– when you specify amixer_name
it automatically chooses thehardware
mixer type.
Enhancements
- Larger range of interpolation. Shairport Sync was previously constrained not to make interpolations ("corrections") of more than about 1 per 1000 frames. This constraint has been relaxed, and it is now able to make corrections of up to 1 in 352 frames. This might result in a faster and undesirably sudden correction early during a play session, so a number of further changes have been made. The full set of these changes is as follows:
- No corrections happen for the first five seconds.
- Corrections of up to about 1 in 1000 for the next 25 seconds.
- Corrections of up to 1 in 352 thereafter.
Documentation Update
- Nearly there with updates concerning the configuration file.
Documentation Update
- Beginning to update the
man
document to include information about the configuration file. It's pretty sparse, but it's a start.
Bug fix
- The "pipe" backend used output code that would block if the pipe didn't have a reader. This has been replaced by non-blocking code. Here are some implications:
- When the pipe is created, Shairport Sync will not block if a reader isn't present.
- If the pipe doesn't have a reader when Shairport Sync wants to output to it, the output will be discarded.
- If a reader disappears while writing is occurring, the write will time out after five seconds.
- Shairport Sync will only close the pipe on termination.
- Bug fix
- Specifying the configuration file using a relative file path now works properly.
- The debug verbosity requested with
-v
,-vv
, etc. is now honoured before the configuration file is read. It is read and honoured from when the command line arguments are scanned the first time to get a possible configuration file path.
-
Annoying changes you must make
-
You probably need to change your
./configure
arguments. The flagwith-initscript
has changed towith-systemv
. It was previously enabled by default; now you must enable it explicitly. -
Changes
-
Added limited support for installing into
systemd
and Fedora systems. Forsystemd
support, use the configuration flag--with-systemd
in place of--with-systemv
. The installation does not do everything needed, such as defining special users and groups. -
Renamed
with-initscript
configuration flag towith-systemv
to describe its role more accurately. -
A System V startup script is no longer installed by default; if you want it, ask for it with the
--with-systemv
configuration flag. -
Added limited support for FreeBSD. You must specify
LDFLAGS='-I/usr/local/lib'
andCPPFLAGS='-L/usr/local/include'
before running./configure --with-foo etc.
-
Removed the
-configfile
annotation from the version string because it's no longer optional; it's always there. -
Removed the
dummy
,pipe
andstdout
backends from the standard build – they are now optional and are no longer automatically included in the build. -
Bug fixes
-
Allow more stack space to prevent a segfault in certain configurations (thanks to https://github.com/joerg-krause).
-
Add missing header files(thanks to https://github.com/joerg-krause).
-
Removed some (hopefully) mostly silent bugs from the configure.ac file.
- Changes
- Removed the two different buffer lengths for the alsa back end that made a brief appearance in 2.3.5.
- Enhancements
- Command line arguments are now given precedence over config file settings. This conforms to standard unix practice.
- A
–without-pkg-config
configuration argument now allows for build systems, e.g. for older OpenWrt builds, that haven't fully implemented it. There is still some unhappiness in arch linux builds. - More
- Quite a bit of extra diagnostic code was written to investigate clock drift, DAC timings and so on. It was useful but has been commented out. If might be useful in the future.
- Changes
- The metadata item 'sndr' is no longer sent in metadata. It's been replaced by 'snam' and 'snua' -- see below.
- Enhancements
- When a play session is initiated by a source, it attempts to reserve the player by sending an "ANNOUNCE" packet. Typically, a source device name and/or a source "user agent" is sent as part of the packet. The "user agent" is usually the name of the sending application along with some more information. If metadata is enabled, the source name, if provided, is emitted as a metadata item with the type
ssnc
and codesnam
and similarly the user agent, if provided, is sent with the typessnc
and codesnua
. - Two default buffer lengths for ALSA -- default 6615 frames if a software volume control is used, to minimise the response time to pause and volume control changes; default 22050 frames if a hardware volume control is used, to give more resilience to timing problems, sudden processor loading, etc. This is especially useful if you are processing metadata and artwork on the same machine.
- Extra metadata: when a play session starts, the "Active-Remote" and "DACP-ID" fields -- information that can be used to identify the source -- are provided as metadata, with the type
ssnc
and the codesacre
anddaid
respectively. The IDs are provided as strings. - Unencrypted audio data. The iOS player "Whaale" attempts to send unencrypted audio, presumably to save processing effort; if unsuccessful, it will send encrypted audio as normal. Shairport Sync now recognises and handles unencrypted audio data. (Apparently it always advertised that it could process unencrypted audio!)
- Handle retransmitted audio in the control channel. When a packet of audio is missed, Shairport Sync will ask for it to be retransmitted. Normally the retransmitted audio comes back the audio channel, but "Whaale" sends it back in the control channel. (I think this is a bug in "Whaale".) Shairport Sync will now correctly handle retransmitted audio packets coming back in the control channel.
- Bugfixes
- Generate properly-formed
<item>..</item>
items of information.
- Enhancement
- When a play session starts, Shairport Sync opens three UDP ports to communicate with the source. Until now, those ports could be any high numbered port. Now, they are located within a range of 100 port locations starting at port 6001. The starting port and the port range are settable by two new general settings in
/etc/shairport-sync.conf
--udp_port_base
(default 6001) andudp_port_range
(default 100). To retain the previous behaviour, set theudp_port_base
to0
. - Bugfixes
- Fix an out-of-stack-space error that can occur in certain cases (thanks to https://github.com/joerg-krause).
- Fix a couple of compiler warnings (thanks to https://github.com/joerg-krause).
- Tidy up a couple of debug messages that were emitting misleading information.
- Bugfix -- fixed an error in the sample configuration file.
- Enhancement
- Metadata format has changed slightly -- the format of each item is now
<item><type>..</type><code>..</code><length>..</length><data..>..</data></item>
, where the<data..>..</data>
part is present if the length is non-zero. The change is that everything is now enclosed in an<item>..</item>
pair.
These releases were faulty and have been deleted.
Some big changes "under the hood" have been made, leading to limited support for unsynchronised output to stdout
or to a named pipe and continuation of defacto support for unsynchronised PulseAudio. Also, support for a configuration file in preference to command line options, an option to ignore volume control and other improvements are provided.
In this release, Shairport Sync gains the ability to read settings from /etc/shairport-sync.conf
.
This gives more flexibility in adding features gives better compatibility across different versions of Linux.
Existing command-line options continue to work, but some will be deprecated and may disappear in a future version of Shairport Sync. New settings will only be available via the configuration file.
Note that, for the present, settings in the configuration will have priority over command line options for Shairport Sync itself, in contravention of the normal unix convention. Audio back end command line options, i.e. those after the --
, have priority over configuration file settings for the audio backends.
In moving to the the use of a configuration file, some "housekeeping" is being done -- some logical corrections and other small changes are being made to option names and modes of operations, so the settings in the configuration file do not exactly match command line options.
When make install
is executed, a sample configuration is installed or updated at /etc/shairport-sync.conf.sample
. The same file is also installed as /etc/shairport-sync.conf
if that file doesn't already exist. To prevent the configuration files being installed, use the configuration option --without-configfiles
.
- Pesky Change You Must Do Something About
If you are using metadata, please note that the option has changed somewhat. The option -M
has a new long name equivalent: --metadata-pipename
and the argument you provide must now be the full name of the metadata pipe, e.g. -M /tmp/shairport-sync-metadata
.
- Enhancements
- Shairport Sync now reads settings from the configuration file
/etc/shairport-sync.conf
. This has settings for most command-line options and it's where any new settings will go. A default configuration file will be installed if one doesn't exist, and a sample file configuration file is always installed or updated. Details of settings are provided in the sample file. Shairport Sync relies on thelibconfig
library to read configuration files. For the present, you can disable the new feature (and save the space taken up bylibconfig
) by using the configure option--without-configfile-support
. - New command-line option
-c <file>
or--configfile=<file>
allows you to specify a configuration file other than/etc/shairport-sync.conf
. - Session Timeout and Allow Session Interruption can now be set independently. This is really some "housekeeping" as referred to above -- it's a kind of a bug fix, where the bug in question is an inappropriate connection of the setting of two parameters. To explain: (1) By default, when a source such as iTunes starts playing to the Shairport Sync device, any other source attempting to start a play session receives a "busy" signal. If a source disappears without warning, Shairport Sync will wait for 120 seconds before dropping the session and allowing another source to start a play session. (2) The command-line option
-t
or--timeout
allows you to set the wait time before dropping the session. If you set this parameter to0
, Shairport Sync will not send a "busy" signal, thus allowing another source to interrupt an existing one. (3) The problem is that if you set the parameter to0
, a session will never be dropped if the source disappears without warning. The (obvious) fix for this is to separate the setting of the two parameters, and this is now done in the configuration file/etc/shairport-sync.conf
-- please see the settingsallow_session_interruption
andsession_timeout
. The behaviour of the-t
and--timeout
command-line options is unchanged but deprecated. - New Option -- "Ignore Volume Control" ('ignore_volume_control'). If you set this to "yes", the output from Shairport Sync is always set at 100%. This is useful when you want to set the volume locally. Available via the settings file only.
- Statistics option correctly reports when no frames are received in a sampling interval and when output is not being synchronised.
- A new, supported audio back end called
stdout
provides raw 16-bit 44.1kHz stereo PCM output. To activate, setoutput_backend = "stdout"
in the general section of the configuration file. Output is provided synchronously with the source feed. No stuffing or stripping is done. If you are feeding it to an output device that runs slower or faster, you'll eventually get buffer overflow or underflow in that device. To include support for this back end, use the configuration option--with-stdout
. - Support for the
pipe
back end has been enhanced to provide raw 16-bit 44.1kHz stereo PCM output to a named pipe. To activate, setoutput_backend = "pipe"
in the general section of the configuration and give the fully-specified pathname to the pipe in the pipe section of the configuration file -- seeetc/shairport-sync.conf.sample
for an example. No stuffing or stripping is done. If you are feeding it to an output device that runs slower or faster, you'll eventually get buffer overflow or underflow in that device. To include support for this back end, use the configuration option--with-pipe
. - Support for the
dummy
audio backend device continues. To activate, setoutput_backend = "dummy"
in in the general section of the configuration. To include support for this back end, use the configuration option--with-dummy
. - Limited support for the PulseAudio audio backend continues. To activate, set
output_backend = "pulse"
in in the general section of the configuration. You must still enter its settings via the command line, after the--
as before. Note that no stuffing or stripping is done: if the PulseAudio sink runs slower or faster, you'll eventually get buffer overflow or underflow. - New backend-specific settings are provided for setting the size of the backend's buffer and for adding or removing a fixed offset to the overall latency. The
audio_backend_buffer_desired_length
default is 6615 frames, or 0.15 seconds. On some slower machines, particularly with metadata processing going on, the DAC buffer can underflow on this setting, so it might be worth making the buffer larger. A problem on software mixers only is that changes to volume control settings have to propagate through the buffer to be heard, so the larger the buffer, the longer the response time. If you're using an alsa back end and are using a hardware mixers, this isn't a problem. Theaudio_backend_latency_offset
allows you emit frames to the audio back end some time before or after the synchronised time. This would be useful, for example, if you are outputting to a device that takes 20 ms to process audio; yoou would specify aaudio_backend_latency_offset = -882
, where 882 is the number of frames in 20 ms, to compensate for the device delay.
-
Enhancements
-
Adding the System V startup script (the "initscript") is now a configuration option. The default is to include it, so if you want to omit the installation of the initscript, add the configuration option
--without-initscript
. -
Metadata support is now a compile-time option:
--with-metadata
. -
A metadata feed has been added. Use the option
-M <pipe-directory>
, e.g.-M /tmp
. Shairport Sync will provide metadata in a pipe called<pipe-directory>/shairport-sync-metadata
. (This is changed in 2.3.1.) There's a sample metadata reader at https://github.com/mikebrady/shairport-sync-metadata-reader. The format of the metadata is a mixture of XML-style tags, 4-character codes and base64 data. Please look atrtsp.c
andplayer.c
for examples. Please note that the format of the metadata may change. Beware: there appears to be a serious bug in iTunes before 12.1.2, such that it may stall for a long period when sending large (more than a few hundred kilobytes) coverart images. -
Bugfix
-
Fix a bug when compiling for Arch Linux on Raspberry Pi 2 (thanks to https://github.com/joaodriessen).
-
Fix a bug whereby if the ANNOUNCE and/or SETUP method fails, the play_lock mutex is never unlocked, thus blocking other clients from connecting. This can affect all types of users, but particularly Pulseaudio users. (Thanks to https://github.com/jclehner.)
-
Modify the init script to start after all services are ready. Add in a commented-out sleep command if users find it necessary (thanks to https://github.com/BNoiZe).
-
Two memory leaks fixed (thanks to https://github.com/pdgendt).
-
An error handling time specifications for flushes was causing an audible glitch when pausing and resuming some tracks. This has been fixed (thanks to https://github.com/Hamster128).
- Bugfixes
- Fix a segfault error that can occur in certain cases (thanks again to https://github.com/joerg-krause).
- Include header files in common.c (thanks again to https://github.com/joerg-krause).
- Bugfixes
- Fix an out-of-stack-space error that can occur in certain cases (thanks to https://github.com/joerg-krause).
- Fix a couple of compiler warnings (thanks to https://github.com/joerg-krause).
- NOTE: all the metadata stuff has been moved to the "development" branch. This will become the stable branch henceforward, with just bug fixes or minor enhancements. Apologies for the inconvenience.
- Bugfixes
- Fix a bug when compiling for Arch Linux on Raspberry Pi 2 (thanks to https://github.com/joaodriessen).
- Fix a compiler warning (thanks to https://github.com/sdigit).
- Enhancement
- An extra latency setting for forked-daapd sources -- 99,400 frames, settable via a new option
--forkedDaapdLatency
.
- Bugfixes:
- If certain kinds of malformed RTSP packets were received, Shairport Sync would stop streaming. Now, it generally ignores faulty RTSP packets.
- The
with-pulseaudio
compile option wasn't including a required library. This is fixed. Note that the PulseAudio back end doesn't work properly and is just included in the application because it was there in the original shairport. Play with it for experimentation only. - Fix typo in init.d script: "Headphones" -> "Headphone".
- Extra documentation
- A brief note on how to compile
libsoxr
from source is included for the Raspberry Pi.
- Enhancements:
- New password option:
--password=SECRET
- New tolerance option:
--tolerance=FRAMES
. Use this option to specify the largest synchronisation error to allow before making corrections. The default is 88 frames, i.e. 2 milliseconds. The default tolerance is fine for streaming over wired ethernet; however, if some of the stream's path is via WiFi, or if the source is a third-party product, it may lead to much overcorrection -- i.e. the difference between "corrections" and "net correction" in the--statistics
option. Increasing the tolerance may reduce the amount of overcorrection.
- Changes to latency calculations:
- The default latency is now 88,200 frames, exactly 2 seconds. It was 99,400 frames. As before, the
-L
option allows you to set the default latency. - The
-L
option is no longer deprecated. - The
-L
option no longer overrides the-A
or-i
options. - The default latency for iTunes is now 99,400 frames for iTunes 10 or later and 88,200 for earlier versions.
- The
-i
or--iTunesLatency
option only applies to iTunes 10 or later sources.
- Documentation update: add information about the
-m
audio backend option. The-m
audio backend option allows you to specify the hardware mixer you are using. Not previously documented. Functionality of shairport-sync is unchanged.
- Compilation change: Begin to use PKG_CHECK_MODULES (in configure.ac) to statically link some of the libraries used by shairport-sync. It is intended to make it easier to build in the buildroot system. While sufficient for that purpose, note that PKG_CHECK_MODULES is not used for checking all the libraries yet. Functionality of shairport-sync is unchanged.
- Enhancement:
--statistics
Statistics are periodically written to the console (or the logfile) if this command-line option is included. They are no longer produced in verbose (-v
) mode. - Bugfixes for
tinysvcmdns
- A bug that prevented the device's IP number(s) and port numbers being advertised when using
tinysvcmdns
has been fixed. (Cause: name needed to have a.local
suffix.) - Bugs causing the shairport service to semi-randomly disappear and reappear seem to be fixed. (Possible cause: incorrect timing settings when using
tinysvcmdns
.)
- A bug that prevented the device's IP number(s) and port numbers being advertised when using
- Enhancement
- A man page is now installed -- do
man shairport-sync
or see it here: http://htmlpreview.github.io/?https://github.com/mikebrady/shairport-sync/blob/2.1/man/shairport-sync.html.
- A man page is now installed -- do
- Bugfix
- A bug that caused the
-t
timeout value to be incorrectly assigned has been fixed. (Cause:config.timeout
defined asint64_t
instead onint
.)
- A bug that caused the
- Bugfixes
- A bug that sometimes caused the initial volume setting to be ignored has been fixed. (Cause: setting volume before opening device.)
- a bug that caused shairport-sync to become unresponsive or unavailable has been fixed. (Cause: draining rather than flushing the alsa device before stopping.)
-
Enhancements
- (This feature is intended to be useful to integrators.) Shairport Sync now the ability to immediately disconnect and reconnect to the sound output device while continuing to stream audio data from its client.
Send a
SIGUSR2
to the shairport-sync process to disconnect or send it aSIGHUP
to reconnect. If shairport-sync has been started as a daemon usingshairport-sync -d
, then executingshairport-sync -D
or--disconnectFromOutput
will request the daemon to disconnect, and executingshairport-sync -R
or--reconnectToOutput
will request it to reconnect. With this feature, you can allow Shairport Sync always to advertise and provide the streaming service, but still be able to disconnect it locally to enable other audio services to access the output device.
- (This feature is intended to be useful to integrators.) Shairport Sync now the ability to immediately disconnect and reconnect to the sound output device while continuing to stream audio data from its client.
Send a
-
Annoying things you should know about if you're updating from a previous version:
- Options
--with-openssl
,--with-polarssl
have been replaced with a new option--with-ssl=<option>
where<option>
is eitheropenssl
orpolarssl
. - Option
--with-localstatedir
has been replaced with--with-piddir
. This compilation option allows you to specify the directory in which the PID file will be written. The directory must exist and be writable. Supersedes the--with-localstatedir
and describes the intended functionality a little more accurately.
- Options
-
Bugfixes
- A small (?) bug in the flush logic has been corrected. Not causing any known problem.
- Enhancements
- Adds a
--with-localstatedir
configuration option. When Shairport Sync is running as a daemon, it writes its Process ID (PID) to a file. The file must be stored in part of the file system that is writable. Most build systems choose an appropriate 'local state directory' for this automatically, but some -- notablybuildroot
-- don't always get it right for an embedded system. This compilation option allows you to specify the local state directory. Supersedes 2.1.4, which tried to do the same thing.
- Adds a
- Faulty -- withdrawn. 2.1.5 does it properly.
- Stability Improvements
- Fixed a bug which prevented Shairport Sync starting on an IPv4-only system.
- Stability Improvements
- Improved buffering and flushing control, especially important on poor networks.
-
Enhancements
- Add new -t or --timeout option. Normally, when playing audio from a source, the Shairport Sync device is unavailable to other devices requesting to play through it -- it returns a "busy" signal to those devices. If the audio source disappears without warning, the play session automatically terminates after a timeout period (default 120 seconds) and the device goes from being "busy" to being available for new play requests again. This option allows you to set that timeout period in seconds. In addition, setting the timeout period to 0 means that play requests -- say from other devices on the network -- can interrupt and terminate the current session at any time. In other words, the "busy" feature of the device -- refusing connections from other players while playing from an existing source -- is turned off.
- Allow -B and -E commands to have arguments, e.g. -B '/usr/bin/logger "Starting to play"' is now legitimate.
-
Annoying things you should know about if you're updating from 2.1:
- Build now depends on the library libpopt -- see "Building and Installing" below.
-
Stability Improvements
- Fixed a bug which would silence output after a few hours.
- Tightened up management of packet buffers.
- Improved estimate of lead-in silence to achieve initial synchronisation.
-
New features:
- Support for libsoxr, the SoX Resampler library -- see http://sourceforge.net/projects/soxr/. Briefly, Shairport Sync keeps in step with the audio source by deleting or inserting frames of audio into the stream as needed. This "interpolation" is normally inaudible, but it can be heard in some circumstances. Libsoxr allows this interpolation to be done much more smoothly and subtly. You can optionally include libsoxr support when building Shairport Sync. The big problem with libsoxr is that it is very compute intensive -- specifically floating point compute intensive -- and many embedded devices aren't powerful enough. Another issue is libsoxr is not yet in all linux distributions, so you might have to build it yourself. Available via the -S option.
- Support for running (and optionally waiting for the completion of) programs before and after playing. See the -B, -E and -w options.
- A new option to vary or turn off the resync threshold. See the -r option.
- Version and build options. See the -V option.
- Renamed program and init script. This is not exactly a big deal, but the name of the application itself and the default init script file have been renamed from "shairport" to "shairport-sync" to avoid confusion with other versions of shairport.
- PolarSSL can be used in place of OpenSSL and friends.
-
Other stuff
- Tinysvcmdns works as an alternative to, say, Avahi, but is now [really] dropped if you don't select it. Saves about 100k.
- Lots of bug fixes.
-
Annoying things you should know about if you're updating from 2.0:
- Compile options have changed -- see the Building and Installing section below.
- The name of the program itself has changed from shairport to shairport-sync. You should remove the old version -- you can use
$which shairport
to locate it. - The name of the init script file has changed from shairport to shairport-sync. You should remove the old one.
- New features:
- Audio synchronisation that works. The audio played by a Shairport Sync-powered device will stay in sync with the source. This allows you to synchronise Shairport Sync devices reliably with other devices playing the same source. For example, synchronised multi-room audio is possible without difficulty.
- True mute and instant response to mute and volume control changes -- this requires hardware mixer support, available on most audio devices. Without hardware mixer support, response is also faster than before -- around 0.15 seconds.
- Smoother volume control at the top and bottom of the range.
- Another source can not interrupt an existing source playing via Shairport Sync. it will be given a 'busy' signal.