added solution of issue #16

This commit is contained in:
badaix 2016-03-09 19:10:49 +01:00
parent 3a4bfbd9fe
commit 3546ade3bd

View file

@ -70,7 +70,7 @@ Install missing dependencies:
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.
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
```
It might me neccessary to set the pulse audio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`
Roadmap
-------