Hello,
sry for my big amount of questions.. this is the last issue i can't
understand..

In liquidsoap, we always have source. That we can output, e.g.

1. radio = playlist("list.m3u", mode="normal")
2. security = single("security.mp3")
3. radio = fallback(track_sensitive = false, [radio, security])
4. output.icecast(%mp3, .... )

More of that, we can add some telnet functions, e.g. for dumping source,
etc.
But.. could we change streaming source by telnet commands without
changing/stopping output?

I mean, by one telnet command we can add compressor, by another - unattach
it.

1. i don't really understand how we can execute
radio = compress(attack=300., gain=50.,radio)

in function to change radio variable that is not in function scope,

2. I am really lost how we can discard compressor for this radio :(

============================

P.S. In static scrpt i can attach many effects on my source. Is it possible
with telnet functions?

Just can't imagine how it could work...if you could show one example how i
can attach/unattach effects for already streaming source...
It is furious... to change radiostream by ajax in realtime..

Pleeeease.. help with this....
I'll do everything for you :)

-- 
Kind regards,
Alexander.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to