forked from abrasive/shairport
-
-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update shairport-sync.conf #1918
Open
OptimoSupreme
wants to merge
7
commits into
mikebrady:development
Choose a base branch
from
OptimoSupreme:patch-1
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+13
−3,097
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Simplify basic macOS check build. Extra CFLAG settings to configure.ac for libconfig libpopt and openssl/libcrypto enable compilation on macOS without extra flag settings.
This is 4.3.3 release.
Limit the maximum number of open file handles in Docker images. Increase the level of optimisation (to -O3) while building the Shairport Sync application itself. Enabled termination of a disconnected session in AirPlay 2 operation after a timeout, which was disabled by default. Fixed a bug that prevented Shairport Sync from terminating cleanly when a fatal error that occurred while directly accessing the alsa output device. Fixed a bug that prevented Shairport Sync from recovering cleanly if a player disconnected without warning. The problem was that the player thread would not respond to cancel request. Fixed by moving a pthreadtestcancel() call to the innermost loop. Fixed compilation errors on old versions of Mac OS X by, reordering some of the files to be included in shairport.c. Avoided using TCP_KEEPINTVL and TCP_KEEPCNT if they are not defined (they are not defined in older versions of Mac OS X). Fixed a race condition with the metadata queues. The problem was that the queues were being initialised by threads launched by the main thread which, having started the threads, proceeded to use the queues. But if the threads were late in starting, the queues might not be initialised by the time the main thread tried to use them. Fixed by initialising the queues in the main thread. Enable the ALSA backend to access mixers on a devices with a hdmi: prefix. Update the help text for the ALSA backend to denote HDMI devices using the hdmi: prefix rather than hw:. Manage thread cancellation state explicitly in audio_ao.c CAR INSTALL guide: Simplify some of the wording. Change order and allow a few seconds before starting systemd-timesync service.
Removed a lost 'G'.
Thanks for this! I know it's a small thing, but would you be kind enough to retarget this at the |
@mikebrady retargeted to dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removed a lost 'G'.