mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
ee01ea3104
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ For Debian derivates (e.g. Raspbian, Debian, Ubuntu, Mint):
|
||||||
|
|
||||||
For Arch derivates:
|
For Arch derivates:
|
||||||
|
|
||||||
$ pacman -S git
|
$ sudo pacman -S git
|
||||||
|
|
||||||
For FreeBSD:
|
For FreeBSD:
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ Compilation requires gcc 4.8 or higher, so it's highly recommended to use Debian
|
||||||
|
|
||||||
For Arch derivates:
|
For Arch derivates:
|
||||||
|
|
||||||
$ pacman -S base-devel
|
$ sudo pacman -S base-devel
|
||||||
$ pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
$ sudo pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
||||||
|
|
||||||
###Build Snapclient and Snapserver
|
###Build Snapclient and Snapserver
|
||||||
`cd` into the Snapcast src-root directory:
|
`cd` into the Snapcast src-root directory:
|
||||||
|
|
|
@ -102,7 +102,7 @@ Load the module `pipe-sink` like this:
|
||||||
pacmd load-module module-pipe-sink file=/tmp/snapfifo sink_name=Snapcast
|
pacmd load-module module-pipe-sink file=/tmp/snapfifo sink_name=Snapcast
|
||||||
pacmd update-sink-proplist Snapcast device.description=Snapcast
|
pacmd update-sink-proplist Snapcast device.description=Snapcast
|
||||||
|
|
||||||
It might me neccessary to set the pulse audio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
|
It might be neccessary to set the pulse audio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
|
||||||
|
|
||||||
|
|
||||||
###AirPlay
|
###AirPlay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue