it i only the output.icecast.mp3 that gives errors and stops because 
output.file.mp3 is working well during the errors. (i use both of them)

this is my script:

---------
#!/usr/local/savonet/lib/liquidsoap/liquidsoap -v --debug

# Log dir
set log.file.path = "/var/log/savo.log"
set frame.size = 940

def handler()
  system("/usr/bin/stoprec")

end

livestream = input.alsa(bufferize=false)
livestream = on_blank(handler,length=1000.,threshold=-15.,livestream)

# Stream it out
output.icecast.mp3(host = "myserver1", port = 8000, user = "my", password = 
"mypass", genre = "Mygenre", mount = "mystream", bitrate = 48, livestream)
output.file.mp3(bitrate = 48, "/home/user/currentrec.mp3", livestream)
-----------------


> From: [EMAIL PROTECTED]
> To: [email protected]
> Subject: Re: [Savonet-devl] Overrun! and Shout socket error
> Date: Sun, 7 Oct 2007 03:01:12 +0200
> CC: [EMAIL PROTECTED]; [EMAIL PROTECTED]
>
> Le Saturday 06 October 2007 23:13:06 Johan, vous avez écrit :
>> Hi all
>
> Hi !
>
>> After some time savonet is running i get the following;
>
> Hum...
> Given that alsa support is not fully working as expected, I would tend to say
> it looks like alsa input thread is late and this freezes the whole
> application...
>
>
> Romain
> --
> I've got to get away from here
> This is not a place for me to stay
> I've got to take my family
> We'll find a quiet place

________________________________
Express yourself instantly with MSN Messenger! MSN Messenger

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Répondre à