Hello I got are really speedy fix the last time so crossing my fingers for speedy support this time.
stream = register_flow( radio="Moving Forest Radio", website="http://movingforest.net/", description = "Liquid Soap application Streaming by Southend on Sea Linux User Group", genre = "Performance London 4th July 2012 - William Shakespear MacBeth - Visit us at http://movingforest.net", user="foo", password="bar", streams=[("mp3/128k","http://stream.spc.org:8008/movingforest.mp3")], stream) This is the code snippet I have modified from you site for registration but obviously not sure what I need to use for user and password. This I though I could just bot on to the code below but this didn't work with this result 2012/07/01 10:41:34 [mksafe:3] Switch to src_5536 with transition. 2012/07/01 10:48:32 [clock.wallclock_main:2] We must catchup 1.14 seconds! output.icecast(%mp3(bitrate=128), host = "stream.spc.org", port = 8008, user = "<username>", password = "<password>", mount = "movingforest.mp3", description = "Liquid Soap application Streaming by Southend on Sea Linux User Group", genre = "Performance London 4th July 2012 - Visit us at http://movingforest.net", url = "http://stream.spc.org:8008/movingforest.mp3", mksafe(audio_to_stereo(playlist("./playlist.pls")))) How can I incorporate the above code to the site registration code and do I use my own username and password to register the feed http://flows.liquidsoap.fm ie savonet registration used for mailing list or do I access another registration process? Cheers in advance for your help Derek Shaw (SoSLUG) ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
