Displaying 3 results from an estimated 3 matches for "my_request_function".
2018 Sep 28
1
multiple mounts each varying bitrates
...ntly, I have three liquadsoap ".liq" files, and they all look very
> similar to this:
>
> -------- 8< --------
> jake at beastie:/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
>
&g...
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
...or some reason.
Here it is again:
Currently, I have three liquadsoap ".liq" files, and they all look very
similar to this:
-------- 8< --------
jake at beastie:/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.dynami...