winston1000:
Can or will httpd url processing be used with properties other than location?
Currently, no. The idea is to let admin enforce controls like CanSeek, etc. Do you see a use for that?
winston1000:
When a playlist request is made by the client how many entries are processed and handed initially? It seems that it caches or requests current and next entry is this correct?
Each entry is requested from the provider the moment it is requested. So only one entry is requested at a time
winston1000:
Also, when is each request made in a typical running playlist.. ie. all entries on first request, X seconds before end of current entry, at end of current entry, etc.?
A media player (client) is the one making the request. A typical player tries to request next entry just before the current one is over to give a smooth experience. A client request will always be honored if there is no flag like CanSkip set. If a flag is set, whether a request is granted or rejected depends on the AllowSkipAfterMinPercent flag. If this flag is set to 80, it means after 80% of the current entry is downloaded by the client the next one can be requested.