Skip to content
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

Reverted to the version of audio_pipe.c prior to the last major change and used a different method to open the pipe for writing. #387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

b-fitzpatrick
Copy link

I am using shairport with forked-daapd. The prior changes submitted by ejurgensen were not reliable for me. After starting a couple AirPlay streams, shairport would become unresponsive, and I would have to restart it. I reverted to the prior version of audio_pipe.c and made changes. To achieve the functionality that ejurgensen added, I first open the pipe for reading, opening it for writing, and then close the read fd. I have been using this for a couple weeks with no issues.

This is my first attempt at using git and GitHub, so I apologize if I haven't made this request properly.

and used a different method to open the pipe for writing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant