Hi 

I have a liq file with two input.harbor, only the last 
is "captured" by liquidsoap.

I try all the combination  but always only the last is capture,
Where is my mistake ?

Thank You

-------

set('harbor.bind_addr','0.0.0.0')
set('harbor.port',8005)
set('harbor.username','source')
set('harbor.password','password')
set('harbor.timeout',30.)
live = input.harbor('live')


set('harbor.bind_addr','0.0.0.0')
set('harbor.port',8006)
set('harbor.username','source')
set('harbor.password','password')
set('harbor.timeout',30.)
live2 = input.harbor('live2')

....

full =

  fallback(track_sensitive=false, [live, live2, radio])




output.icecast.mp3(
    host = "localhost",
    port = 8000,
    password = "password",
    mount = "stream",
    mksafe(full) )



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to