feat(liquidsoap): raw-pcm tcp tap on :9100 for streamer
This commit is contained in:
parent
83df3b4602
commit
08f3f6e7da
1 changed files with 6 additions and 0 deletions
|
|
@ -193,3 +193,9 @@ output.icecast(
|
||||||
url="https://denpa.femboy.page",
|
url="https://denpa.femboy.page",
|
||||||
minecraft
|
minecraft
|
||||||
)
|
)
|
||||||
|
|
||||||
|
output.url(
|
||||||
|
%ffmpeg(format="s16le", %audio(codec="pcm_s16le", ac=2, ar=48000)),
|
||||||
|
url="tcp://0.0.0.0:9100?listen=1",
|
||||||
|
minecraft
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue