Actually, I have the mount before the host info and that works the other times. I have this. Very odd.
Here is the script below. I feel more comfortable creating my own log files as I kind of like doing that so I don't use any set functions. Here is what I have thus far. All passwords have been removed # Input the stream, # from an Icecast server or any other source url = "http://example.com:80/stream.m3u" input = mksafe(input.http(url)) # first transcoder : MP3 128 kbps output.icecast( %mp3(bitrate=128), mount="/mp3-128.mp3", host="ke7zum.tffppodcast.com", port=80, password="bleh", input) # Second transcoder equals mp3 96kbps sample rate 44.1khz output.icecast( %mp3(bitrate=96), mount="/mp3-96mp3", host="ke7zum.tffppodcast.com", port=80, password="bleh", input) # third encoder : aac plus bitrate 96kbps sample rate 44.1khz output.icecast %aac+(channels=2,samplerate=44100,bitrate=96) mount="/m4a96.m4a" host="ke7zum.tffppodcast.com", port=80, password="bleh", input) I know I'm close and I'm sure a solution will come to me at 3 in the morning. lol! Take care to all and happy wednesday. > On Nov 19, 2014, at 3:51 PM, Jonathan <[email protected]> wrote: > > Hello so, after the "password = "your password"," you will need a mount > point to witch you will stream so, for example, > mount = "autodj.mp3", > radio) > If you put that, then, everything should work fine... Let me know if > that helps you out some... I'm always willing to help Another thing that > you can do is just copy and payst your whole script in here so that all > of us can look at what you are coding as well. Don't put your info or > just change it, but if can do, if you can copy and payst your whole > script then we can see what is going on more with that... Take care > > On 11/19/2014 1:52 PM, Sarah k Alawami wrote: >> Well, I guess I'm slowly making progress. >> >> Anyway, I'm making a script to be used everywhere when I stream to put in to >> /etc/liquidsoap It works up until line 24 which is the same thing through >> out the script so why it should fail now at the end I dunno. It's my host >> info. It fails at character 33 at line 24. Line 24 is this, I modified the >> password here so that no one has it. Here is the line. >> >> host="ke7zum.tffppodcast.com", port=80, password="blahblahblah", >> >> Here is the error. >> >> Line 24, char 33 before ",": Parse error! >> What 's before the , is a close quotation symbol. as in my other instances >> wherein I do this same thing, so why it should error out is way beyond me >> unless I"m missing something simple which could very well happen.. and this >> particular line is the same throughout, that is, it does not error out on >> the mp3 encoders. >> >> I'll be away working on my thesis almost all day so if I don't respond >> that's why. >> >> Be blessed and thanks for being patient with me. I'm a slow learner but once >> I pick something up and do it enough times, it works. This is a wonderful >> tool >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
