Hi,

I would like to enable/disable normalize or limit without restart 
process and stream.

My simple test script is :

source = input.alsa( device = "hw:0,0" )
source = normalize( id="normalize", ...., source)
source = limit( ...., source)
output.icecast( id="stream", ...., source)

I can enable or disable stream using telnet or socket (stream.stop or 
stream.start) and i have no idea to make the same via telnet or socket 
for normalize or limit.

Any idea ?

Thk
Yoann

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to