Hi, On Wed, Apr 4, 2012 at 5:07 PM, Max Melentiev <[email protected]> wrote: > I've found out that I can't push into queue playlist file or directory.
Yes, this is normal. Requests are just files, not playlists. Request resolution may change one URI into several, but it means "play one of these" (try in order until one works) not "all of these". Therefore, even a special protocol won't (cleanly) give you a solution. However, you could create a custom command (using server.register) that takes a directory, lists its content like you proposed, and pushes items one by one. > What is the 2nd 'delay' parameter for function in add_protocol? It is telling you how much time remains for resolving the request. There is no hard constraint to respect it, but it's better to try. Cheers, -- David ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
