hello,

i'm facing a weird problem with a live source connected on a harbor input:

set( "harbor.bind_addr", "192.168.0.3")
set( "harbor.port", 8001)
set( "harbor.password", "mysecret")
live = input.harbor( "testinput")

radio = fallback.skip( input=live, radio)
or
radio = fallback( track_sensitive=false, [live, radio])
when i define a fallback.skip or a fallback without transitions 
everything works as expected - as soon as the live source connects it 
gets transmitted to the output and on disconnect the studio stream comes 
back.

radio = fallback( track_sensitive=false, transitions=[trans_1, trans_2], 
[live, radio])
but when the fallback is defined with transitions a live source is 
recognised when it connects to the harbor port, but it's never 
transmitted, and the studio stream keeps on running. a disconnect on the 
harbor port goes unattended, and every new connection attempt is refused 
with a 401 - mountpoint still in use.

it's nothing urgent, as i can perfectly work around the problem. it just 
made me curious.

best regards and my best wishes for a Happy New Year to all of you
peter


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
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