Displaying 3 results from an estimated 3 matches for "icecastpassword".
2018 Sep 28
1
multiple mounts each varying bitrates
...> request.create(result)
> end
>
> # Create the source
> s = mksafe(request.dynamic(my_request_function))
>
> sc = smart_crossfade(conservative=true, s)
>
> output.icecast(%mp3.vbr(quality=1),
> host = "localhost", port = 8000,
> password = "ICECASTPASSWORD", mount = "jake-radio.mp3",
> description="jakeradio - all my songs on random", name="jakeradio",
> sc)
>
>
> jake at beastie:/etc/liquidsoap$
> -------- 8< --------
>
> The important differences between the configs are the "m...
2018 Sep 28
4
multiple mounts each varying bitrates
Hello,
If anyone is running an Icecast server that serves at least 3 separate
streams each with it's own bitrate can I get a look at your config?
Thanks.
Dave.
2018 Sep 28
0
multiple mounts each varying bitrates
...)
# Create and return a request using this result
request.create(result)
end
# Create the source
s = mksafe(request.dynamic(my_request_function))
sc = smart_crossfade(conservative=true, s)
output.icecast(%mp3.vbr(quality=1),
host = "localhost", port = 8000,
password = "ICECASTPASSWORD", mount = "jake-radio.mp3",
description="jakeradio - all my songs on random", name="jakeradio",
sc)
jake at beastie:/etc/liquidsoap$
-------- 8< --------
The important differences between the configs are the "mount",
"description",...