mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 09:08:47 +02:00
Add host setting to Mopidy configuration for TCP source
This commit is contained in:
parent
2b699c091c
commit
bf0f111b6e
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ Mopdiy configuration would look like this (running GStreamer in [client mode](ht
|
|||
|
||||
```sh
|
||||
[audio]
|
||||
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! tcpclientsink
|
||||
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! tcpclientsink host=127.0.0.1
|
||||
```
|
||||
|
||||
### tcp client
|
||||
|
@ -134,7 +134,7 @@ Mopdiy configuration would look like this (running GStreamer in [server mode](ht
|
|||
|
||||
```sh
|
||||
[audio]
|
||||
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! tcpserversink
|
||||
output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! tcpserversink host=127.0.0.1
|
||||
```
|
||||
|
||||
### alsa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue