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:39] 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. | + | 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> | ||
+ | User-Agent: UPnP/1.0 DLNADOC/1.50 | ||
+ | </code> | ||
<code> | <code> | ||
Line 52: | 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) |