Hey Brandon,
On Thu, Jun 4, 2015 at 8:11 PM, Brandon <[email protected]> wrote: > Hey Everyone, > > I'm trying to get audio from jackd into liquidsoap, process it, and > generate a stream source. Then pass it from liquidsoap to icecast2. > We are doing this now. > > I've tried various liquidsoap configurations and keep running into > "[insert variable] has not been previously defined." And when I get one > resolved, there's another. It's like I'm chasing my tail in circles trying > to reuse outdated configuration examples. > > Shout out to Tony Miller for the liquidsoap e-book > <https://leanpub.com/modernonlineradiowithliquidsoap> (bought it > yesterday)! James Harrison's conduit > <https://github.com/JamesHarrison/conduit> looks ideal, but haven't > managed to get anything working yet... > > All of my audio is managed with Rivendell broadcast automation v2.10.3 on > Ubuntu 14.04.2 with jackd. So I don't need to generate playlists with > liquidsoap, don't really need any fallback or harbor input either. > > Is anyone else doing anything similar? Any direction on how to accomplish > this would be appreciated... > Here is our liq script with private things changed but the key info still in it: #========= script starts below ======== #!/usr/bin/liquidsoap #message = # "The Savonet team thanks you for using liquidsoap, " ^ # "and we hope you'll enjoy it!" set("log.file.path","/home/rduser/basic-radio.log") # We're 48k! set("frame.audio.samplerate",48000) # Grab JACK input radio = mksafe(input.jack(id="liquidsoap")) output.icecast(%mp3(bitrate=128), host="localhost", port=8000, password="changeme", mount="stream", genre="World", url="http://www.ourdomainz.com", name="OurStationz", description="OurSloganz", format="audio/mpeg", icy_metadata="true", radio) # note, the password above is the source password for icecast2. #======== script ends just above ======== > > Thank you. Gracias. and Merci! > Brandon > > all the best, drew -- http://nakedghosts.blogspot.com/
------------------------------------------------------------------------------
_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
