mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
mpv instructions
This commit is contained in:
parent
24ad4f51bd
commit
b10cb66a10
2 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,11 @@ Pipe FFmpeg's audio output to the snapfifo:
|
|||
|
||||
ffmpeg -y -i http://wms-15.streamsrus.com:11630 -f u16le -acodec pcm_s16le -ac 2 -ar 48000 /tmp/snapfifo
|
||||
|
||||
###mpv
|
||||
Pipe mpv's audio output to the snapfifo:
|
||||
|
||||
mpv http://wms-15.streamsrus.com:11630 --audio-display=no --audio-channels=stereo --audio-samplerate=48000 --audio-format=s16 --ao=pcm --ao-pcm-file=/tmp/snapfifo
|
||||
|
||||
###MPlayer
|
||||
Use `-novideo` and `-ao` to pipe MPlayer's audio output to the snapfifo:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue