Hi, On Fri, Apr 22, 2011 at 1:25 AM, polemon <[email protected]> wrote: > Hello, while testing my new setup, I ran across something that is not a bug > per se, but comes close to it, and is no less a gotcha.
You can call it a bug. I've added it to http://dev.sourcefabric.org/browse/LS-475 When you define a playlist.safe() it checks that the playlist has valid data, which ensures safety. If you provide a broken or empty playlist, it crashes liquidsoap. This is historic: for a long time, this could only be caused by a mistake in the script, hence crashing would be a good solution, asking you to fix the script. Now that you can change the playlist URI, this is not appropriate anymore. We have a similar issue with input.http (LS-475). The code should be updated to not change the URI when it is invalid, but still crash if the first URI is invalid. Cheers, -- David ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
