mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-28 22:07:51 +02:00
added solution of issue #16
This commit is contained in:
parent
3a4bfbd9fe
commit
3546ade3bd
1 changed files with 19 additions and 18 deletions
|
@ -70,7 +70,7 @@ Install missing dependencies:
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
After installation, Snapserver and Snapclient are started with the command line arguments, that are configured in `/etc/default/snapserver` and `/etc/default/snapclient`.
|
After installation, Snapserver and Snapclient are started with the command line arguments that are configured in `/etc/default/snapserver` and `/etc/default/snapclient`.
|
||||||
Allowed options are listed in the man pages (`man snapserver`, `man snapclient`) or by invoking the snapserver or snapclient with the `-h` option.
|
Allowed options are listed in the man pages (`man snapserver`, `man snapclient`) or by invoking the snapserver or snapclient with the `-h` option.
|
||||||
|
|
||||||
Different streams can by configured with a list of `-s` options, e.g.:
|
Different streams can by configured with a list of `-s` options, e.g.:
|
||||||
|
@ -145,6 +145,7 @@ On the server you could create a sink to route sound of your applications to the
|
||||||
```
|
```
|
||||||
pacmd load-module module-pipe-sink file=/tmp/snapfifo
|
pacmd load-module module-pipe-sink file=/tmp/snapfifo
|
||||||
```
|
```
|
||||||
|
It might me neccessary to set the pulse audio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
|
||||||
|
|
||||||
Roadmap
|
Roadmap
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue