sure :)

here is the entire script

#!/usr/bin/liquidsoap

set("log.stdout",true)

input = mksafe(input.alsa(device="pcm.liquidsoap"))

output.icecast(%aacplus(samplerate=44100,channels=2,bitrate=64),
        host = "......",
        port = 8000,
        password = "---------",
        mount = "radiobox",
        genre = "Variados",
        url = "http://www.clixx.com.br";,
        description = "Radio Radio Box",
        restart = true,
        input
)


thanks for your attention

On Thu, Jan 27, 2011 at 7:21 PM, Romain Beauxis <romain.beau...@gmail.com>wrote:

> Le jeudi 27 janvier 2011 15:20:22, Willian Josefi Guetter a écrit :
> > my version is: 1.0.0-beta+svn
> > and i'm using the aacplus...
> >
> > this is a serious problem?
>
> Possible so :)
>
> Could you show us your script so we can try to diagnose the problem more in
> details ? Its is possible that you need to define a different clock for
> alsa and
> the rest of the script for instance..
>
>
> Romain
>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to