2012/01/09

Simulate DLNA Client with Wget

Example to simulate DLNA client

wget -S --no-proxy -t 1 --header="getAvailableSeekRange.dlna.org: 1" http://172.22.80.82:60987/0/1/bb1a796d-3f2d-4e40-9a97-d9bebdc8acc6/031e8b5a-7814-4926-b079-40ae201ad366

wget -S --no-proxy -t 1 --header="RANGE: bytes=1000-9999" http://172.22.80.82:60987/0/1/bb1a796d-3f2d-4e40-9a97-d9bebdc8acc6/031e8b5a-7814-4926-b079-40ae201ad366

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...