Hi Peter, On Wed, Apr 27, 2011 at 7:26 PM, Peter Retep <[email protected]> wrote: > If I use server scripts (scheduler) to change the url , > changing the url will not work anymore, > until I stop the source and wait some seconds, before restarting. > Problem is that I do not know how long I have to wait after stop to ensure > that source is really down.
Yes, if you request stopping while the source is streaming, and you request starting quickly enough, the stop request may be ignored. It makes sense to me. Did you find a way to work around this? I don't see a quick fix, but if needed we'll try to find a way... how about proving on_start/on_stop hooks like with many input/outputs, so you could do the restart in on_stop? >>> 2) checking source URL status > ok, I am looking forward to changes within input.http. > Currently I have just no possibility to know what URL is currently playing, > since url could be set to another value, than the source is currently > playing. I have started working on LS-516. I'll add this to the status command: show currently playing URL. Also, I'll try to get you the latest HTTP code (I may need Romain's help but it should be doable). Cheers, -- David ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
