Hi,

If the `http` resource you are trying to stream takes too long to pre-process, 
you should switch to `input.http` instead. This will stream the resource as it 
is being fetched.

However, the draw back here is that it is not easy to change the `url` used for 
the source. One thing you can do, however, is to point the source to a 
playlist, for instance `m3u` format. Then the source will simply pick up a 
track from it and play it. Once the track has finished, it will pull the 
playlist again, and that's where you can specify a new song (or none).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/733#issuecomment-472674158
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to