search for: jakeradio

Displaying 5 results from an estimated 5 matches for "jakeradio".

2018 Sep 28
1
multiple mounts each varying bitrates
.../bin/liquidsoap > > #set("log.file.path","/tmp/basic-radio.log") > > def my_request_function() = > # Get the first line of my external process > result = > list.hd( > get_process_lines("/usr/bin/getrandomsong.sh > /etc/liquidsoap/jakeradio.sh")) > # 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), > h...
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
...astie:/etc/liquidsoap$ cat jake.liq #!/usr/bin/liquidsoap #set("log.file.path","/tmp/basic-radio.log") def my_request_function() = # Get the first line of my external process result = list.hd( get_process_lines("/usr/bin/getrandomsong.sh /etc/liquidsoap/jakeradio.sh")) # 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, passwor...
2019 Sep 10
0
multiple instances? Updated
...client, and I set the mount point in liquadsoap to "jake-radio.mp3" like this: -------- 8< -------- output.icecast(%mp3.vbr(quality=1), host = "localhost", port = 8000, password = "NOTMYREALPASSWORD", mount = "jake-radio.mp3", description="jakeradio - all my songs on random", name="jakeradio", sc) -------- 8< -------- I have another mount point configured in liquadsoap set to "carly-radio.mp3" in a similar manner. The words "jake-radio.mp3" and "carly-radio.mp3" do not appear in the icecas...
2019 Sep 10
7
multiple instances? Updated
Hello, Thomas_B._Rücker, Initially I was asking for a working example file with more than one stream instance. Something that I can take as an example to work from. I've not gotten that yet, despite posting 2 config files; both that came with the install package. Trust me, if there were other choices for streaming servers than just icecast and shoutcast; I'd be running there to see if