This is an old revision of the document!


DLNA HTTP Requests

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).

Here's some of my notes on them.

Source for headers is playback of a file up until the first 60 seconds.

Logging the first run:

sudo tcpflow -p -c port 8200 > log.firstrun

Navigation