We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here are the steps I did to get this running on Debian in case anyone is interested:
sudo apt install -y libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev portaudio19-dev python3 python3-pip python3-pyaudio build-essential pkg-config git alsa-utils git clone https://github.com/ckdo/airplay2-receiver.git cd airplay2-receiver/ pip3 install virtualenv virtualenv airplay2-receiver cd airplay2-receiver/ pip3 install -r ../requirements.txt pip3 install pyaudio
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here are the steps I did to get this running on Debian in case anyone is interested:
The text was updated successfully, but these errors were encountered: