openairplay / airplay2-receiver

AirPlay 2 Receiver - Python implementation
2.13k stars 133 forks source link

Debian installation #19

Closed Neustradamus closed 3 years ago

Neustradamus commented 3 years ago

Originally: https://github.com/ckdo/airplay2-receiver/issues/9

@noelhibbard commented Jan 18, 2021 •

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

XericZephyr commented 3 years ago

Could we just use docker on Debian?

systemcrash commented 3 years ago

Seems legit. Others seem to have succeeded doing so.