Hi Guys, thanks a lot for your help:) Liquidsoap makes fantastic passibilities! and you made a staff what we all need for, so thanks!
I got some prob with this... I trying to keep continuing my stream as a relay but after 99sec I lost definitelly my streamming, I think it is because my little funny fault, maybe I forgot something... but please look at my code, output as well. ps I know I can change my restart_encoder_delay but how can I automatically restarted my aacplusenc? Many thanks for your help Artur OUTPUT: ************************************************************* * Enhanced aacPlus Encoder * Build Aug 17 2009, 23:28:16 * Matteo Croce <[email protected]> ************************************************************* 2009/09/15 00:40:28 [src_4699:3] Decoding... 2009/09/15 00:40:28 [src_4699:3] New metadata chunk "? -- Gorchitza - Kiss Me Loneliness" 2009/09/15 00:40:28 [output(dot)icecast(dot)aacplusenc:3] Connection setup was successful. 2009/09/15 00:40:28 [root:3] Broadcast starts up! 2009/09/15 00:40:28 [mksafe:3] Switch to safe_blank. input file -: sr = 44100, nc = 2 output file -: br = 32000 sr-OUT = 44100 nc-OUT = 2 2009/09/15 00:40:29 [mksafe:3] Switch to src_4699 with transition. 2009/09/15 00:42:07 [output(dot)icecast(dot)aacplusenc:3] Restarting encoder after delay (99s) encoding finished --------------------------------------------- My code: #!/usr/bin/liquidsoap set("log.file.path","/usr/local/var/log/liquidsoap/test.log") set("frame.size",4704) set("log.stdout",true) ################# # Sources s = mksafe(input.http("http://94.23.207.106:8001/stream")) ################# # ICECAST MOUNTS output.icecast.aacplusenc(start=true, restart=true, restart_delay=1, host="94.23.207.106", port=8001, user="source", password="studio2009", genre="test", url="test", description="test", public=true, mount="mobile", name="mobile", restart_encoder_delay=99, aacplusenc="aacplusenc", bitrate=32, s) ################# ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
