I have multiple fallbacks (timeslot, show and station), when should get
triggered in this order, when my main source doesn't have any audio playing:

output_source = fallback(id="fallback", track_sensitive=false,
[stripped_stream, timeslot_fallback, show_fallback,
mksafe(station_fallback)])

Behind every fallback is some Python logic, which evaluates the fallback
track to play.

Now the issue is, as soon a fallback is requested it:

   1.

   Sends the request multiple times per second, although the first request
   didn't even get a reply from Python yet.
   2.

   It switches to the next fallback type quite quickly, sometimes resulting
   in the fallback with less priority gets a result even before the higher
   priority fallback has finished (e.g. "show" results before "timeslot").


How to increase some timeout-value for Liquidsoap requesting fallbacks? In
other words: decreasing the frequency of fallback requests being sent?

Thank you very much,
David
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to