have also experienced your problems, with this setup we have solved the errors you also must be getting, sometimes we use the variable defined in the top of the script. sometimes we define it inbetween quotes in the out statement - like you seem to be doing all the time - at 128kb because using all variables did not work, we still are experiencing some issues when dns connection is lost in the studio or at the server, the system gets in a hang out of which it is only able to restore 6 of 9 connections we use, it looks like bugs in the software
------------- part of the variables defined in the top the script, part in out directly # ACTIVE Output to IceCast gold Server (Stereo) by Rick output.icecast(%aac(channels=2, samplerate=44100, bitrate=320, adts=true), goldstream, description=goldicecastDescription, genre=goldicecastGenre, url=goldicecastURL, name=goldicecastTitle, mount=goldicecastMountPointStereo, host=goldicecastHost, password=goldicecastPassword, port=goldicecastPort) # ACTIVE Output to gold Shoutcast Server (Stereo) by Rick out=output.shoutcast(%mp3(stereo=true, samplerate=44100, bitrate=320), goldstream, genre=goldshoutcastGenre, url=goldshoutcastURL, name=goldshoutcastTitle, host=goldshoutcastHost, user="XXXXXXXX", password=goldshoutcastPassword, port=goldshoutcastPort) # ACTIVE Output to gold 128KBPS Shoutcast Server (Stereo) by Rick out=output.shoutcast(%mp3(stereo=true, samplerate=44100, bitrate=128), goldstream, genre=goldshoutcastGenre, url="XXXXXX", name="myname ", host=goldshoutcastHost, user="XXXXXXXX", password=goldshoutcastPassword, port=9999) --------------------- On 3/18/2016 12:10 AM, John wrote: > Hi all. > > I am still using sc_trans and would like to switch to liquidsoap. I use > 3 different formats, 192k MP3, 64k AAC+ and 32k AAC+. > I use Shoutcast server 2.4.7.256 > > The server requires stream ID's for each different bitrate. I cant seem > to get this working in liquidsoap. I have tried setting the ID to 1, 2 > and 3 respectively, but it will only seem to connect to SID 1. > > Can anybody help me with this? > > Thanks, John. > > Here is my current liquidsoap config output section: > > # Stream it out > output.shoutcast(%mp3.cbr (stereo=true, bitrate=192, samplerate=44100, > internal_quality=1), > id = "1", > name = "Radio Name", > genre = "Pop", > url = "http://www.website.net", > host = "localhost", > port = 80, > password = "PassHere", > radio) > > output.shoutcast(%aacplus(channels=2, samplerate=44100, bitrate=64), > id = "2", > name = "Radio Name", > genre = "Pop", > url = "http://www.website.net", > host = "localhost", > port = 80, > password = "PassHere", > radio) > > output.shoutcast(%aacplus(channels=2, samplerate=44100, bitrate=32), > id = "3", > name = "Radio Name", > genre = "Pop", > url = "http://www.website.net", > host = "localhost", > port = 80, > password = "PassHere", > radio) > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
