Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dlna_http_requests [2014/08/16 04:11] – beandog | dlna_http_requests [2014/08/16 04:12] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== DLNA HTTP Requests ====== | ====== DLNA HTTP Requests ====== | ||
+ | |||
+ | * [[DLNA]] | ||
+ | * [[DLNA HTTP]] | ||
I'm examining the HTTP traffic sent back-and-forth between the DLNA server (minidlna in my case) and the DLNA client (Sony Blu-ray player). | I'm examining the HTTP traffic sent back-and-forth between the DLNA server (minidlna in my case) and the DLNA client (Sony Blu-ray player). | ||
Line 62: | Line 65: | ||
if($count) | if($count) | ||
echo " | echo " | ||
+ | </ | ||
+ | |||
+ | And the first two HTTP requests: | ||
+ | |||
+ | < | ||
+ | Array | ||
+ | ( | ||
+ | [Request Method] => HEAD | ||
+ | [Request Url] => / | ||
+ | [User-Agent] => UPnP/1.0 DLNADOC/ | ||
+ | [Host] => 10.10.10.103: | ||
+ | [Accept] => */* | ||
+ | [X-Av-Physical-Unit-Info] => pa=" | ||
+ | [X-Av-Client-Info] => av=5.0; cn=" | ||
+ | [Getcontentfeatures.Dlna.Org] => 1 | ||
+ | ) | ||
+ | Array | ||
+ | ( | ||
+ | [Response Code] => 200 | ||
+ | [Response Status] => OK | ||
+ | [Content-Type] => video/ | ||
+ | [Content-Length] => 445063149 | ||
+ | [Transfermode.Dlna.Org] => Streaming | ||
+ | [Accept-Ranges] => bytes | ||
+ | [Connection] => close | ||
+ | [Date] => Sat, 16 Aug 2014 02:15:10 GMT | ||
+ | [Ext] => | ||
+ | [Realtimeinfo.Dlna.Org] => DLNA.ORG_TLAG=* | ||
+ | [Contentfeatures.Dlna.Org] => DLNA.ORG_OP=01; | ||
+ | [Server] => 3.12.5-ck DLNADOC/ | ||
+ | ) | ||
</ | </ |