mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
pulseaudio hint
This commit is contained in:
parent
52b0e92a5c
commit
e7b07e3e5d
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@ To test your mpd installation, you can add a radio station by
|
||||||
$ sudo su
|
$ sudo su
|
||||||
$ echo "http://1live.akacast.akamaistream.net/7/706/119434/v1/gnl.akacast.akamaistream.net/1live" > /var/lib/mpd/playlists/einslive.m3u
|
$ echo "http://1live.akacast.akamaistream.net/7/706/119434/v1/gnl.akacast.akamaistream.net/1live" > /var/lib/mpd/playlists/einslive.m3u
|
||||||
|
|
||||||
|
PulseAudio setup
|
||||||
|
----------------
|
||||||
|
On the server you could create a sink to route sound of your applications to the FIFO:
|
||||||
|
```
|
||||||
|
pacmd load-module module-pipe-sink file=/tmp/snapfifo
|
||||||
|
```
|
||||||
|
|
||||||
Roadmap
|
Roadmap
|
||||||
-------
|
-------
|
||||||
* Support multiple streams ("Zones")
|
* Support multiple streams ("Zones")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue