Hello list,

sorry, for my bad english, i hope you get what i mean :D

i tried a few days to get the following case working:

I want liquidsoap to stream a playlist, until a liveshow is starting on 
another stream.
When the live-stream is disconnected, the playlist should start again.

It works with this script:

CODE
radio = (here a playlist)
livestream = strip_blank(length=10., threshold=-250., 
input.http("http://localhost:8040/";))
full = fallback(track_sensitive=false,[livestream,radio])
CODE END

It works, when there is a silent mp3-file! But when i stop to play a 
mp3-file, but my source (SAM Boradcaster) is still encoding to the 
live-stream-server, liquidsoap immediately falls back to the playlist.

I would like, that liquidsoap wait 10 seconds, before the playlist 
starts again.

Is this possible?

Thanks for any hints

Greetings
Felix





------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to