Hi, I'm back from holidays, reading through my backlog. Thanks for letting us know about Shampoo, and best of luck with it. Just a few things that haven't been said, it seems.
On Sat, Jul 16, 2011 at 4:16 PM, okay_awright <[email protected]> wrote: > I'd like to know if, and how, Liquidsoap can: > -broadcast a specific track at a specific time, or at least make sure an > entry from the queue won't be played before some time stamp. Like adding > a new time property to Liquidsoap's internal queue. This timestamp is > dynamically computed and cannot be specified in the configuration file. There's no such ready-made facility. But Airtime has a pretty neat system (using two queues) for scheduling tracks in a relatively precise way. In the end, you have to cook your own solution from our basic building blocks, depending on what you want, e.g., how precise? always timed or not? etc. By the way, newer versions of liquidsoap have several improvements which may make scheduling easier (notably non-conservative queued request sources, and the ability to modify the primary queue). > -can play a track for a specified duration only. Like before, this > duration cannot be part of the configuration file. This is provided by the brand new seek support in liquidsoap 1.0 beta2; check the cue_cut() operator. > And, finally, if a webservice of some sort (REST, SOAP, whatever) is > planned in replacement or to complete the Telnet interface. No definite plans, but I'd really like to rework and cleanup the server interface. Cheers, -- David ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
