Hi again,

so, the on_blank detect works after some mispelling corrections...

But, wich object can I use to send a server.execute command to start
Icecast when sound is detected after ?

Need I to use a fallback or something ?

Help !

Best,
Thomas

noser...@no-log.org a écrit :
> Hi guys,
>
> I'm trying to set up a blank detection on a input.jack, to stop/start an
output.icecast.
> Here's a try on my script to do this :
>
> input=input.jack(id="input")
>
> def stopit()
>  log("No sound !")
>  ignore(server.execute("icecast.stop"))
> end
>
> inputblanked = on_blank(stopit,length=1000.,threshold=-15.,input)
>
> and this doesn't work..
>
> I'm also wondering if I need to set an handler to start the icecast output
> if a level input is detected after.
>
> Any help appreciated !
>
> Best,
> Thomas
>



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to