Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
dlna_http [2014/08/15 22:41] beandog |
dlna_http [2014/08/15 22:47] (current) beandog |
||
---|---|---|---|
Line 40: | Line 40: | ||
** HEAD Requests ** | ** HEAD Requests ** | ||
- | Worth noting that the DLNA client sends three total HEAD requests. The first one sends a ''User-Agent'' string, while the other two do not: | + | Worth noting that the DLNA client sends three total HEAD requests. They are identical, except the first one also includes a ''User-Agent'' string: |
<code> | <code> | ||
Line 56: | Line 56: | ||
Getcontentfeatures.Dlna.Org: 1 | Getcontentfeatures.Dlna.Org: 1 | ||
</code> | </code> | ||
+ | |||
+ | ** realTimeInfo.dlna.org: DLNA.ORG_TLAG=* ** | ||
+ | |||
+ | minidlna always sends the header, safe to ignore it (see upnphttp.c) |