I am looking for sample xml (upnp) descripions of the oldest Roku boxes (N1xxx or DVP, the generations before 2xxx and 3xxx) - as returned by http on port 8060
If someone has one of the old boxes, could you please send me as PM the XML returned when you open in browser
http://<rokuIP>:8060/ ? It should look something like this:
<root xmlns="urn:schemas-upnp-org:device-1-0" xmlns:ms="urn:microsoft-com:wmc-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device ms:X_MS_SupportsWMDRM="true">
<dlna:X_DLNADOC xmlns:dlna="urn:schemas-dlna-org:device-1-0">DMP-1.00</dlna:X_DLNADOC>
<deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType>
<friendlyName>Roku Streaming Player</friendlyName>
<manufacturer>Roku</manufacturer>
<manufacturerURL>http://www.roku.com/</manufacturerURL>
<modelDescription>Roku Streaming Player Network Media</modelDescription>
<modelName>Roku Streaming Player 2050N</modelName>
<modelNumber>2050N</modelNumber>
<modelURL>http://www.roku.com/</modelURL>
...
</device>
</root>
I want to see if the response is in the same format for all models. Also am curious what model number is returned for the very first Roku DVP circa 2008/2009.