search for: mksafe

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

Did you mean: 8&safe
2018 Sep 28
1
multiple mounts each varying bitrates
...e 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, > password = "ICECASTPASSWORD", mount = "jake-radio.mp3", > description="j...
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.
2019 Nov 27
4
IceCast and ICES
I?ve successfully implemented IceCast on a Raspberry Pi and can access the stream ONLY if I use an ffmpeg statement to start the stream. Unfortunately, the stream is choppy and the sound quality is poor. I?ve tried using ICES, but I don?t get any sound. Terminal command that works: ffmpeg -ac 2 -f alsa -i hw:0,0 -acodec mp3 -ab 48k -ac 2 -content_type audio/mpeg -f mp3 icecast://source:password
2018 Sep 28
0
multiple mounts each varying bitrates
...f 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, password = "ICECASTPASSWORD", mount = "jake-radio.mp3", description="jakeradio - all my songs on random...
2024 Mar 21
2
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
Hi Wayne Yep, HLS is something we would like to use with Icecast. As you mentioned, Liquidsoap made a great step in the right direction if it comes to HLS. It seem that icecast might not get this support soon, as you might read in the discussion list. I don?t share these arguments, because we have real world use cases (we have many of them) where we would like use icecast with HLS support.