Chromecast 2 device-desc.xml

lcloki

Member
Oct 15, 2015
5
0
0
Hey folks.

I am developing an application to use the Chromecast with linux. I still supports the first one, but I also want to support the new Chromecast 2015.
For that I need the device-desc.xml of that one. For my self I just bought the Chromecast Audio. So, I am kind of relying on you guys.

You can get it via:
wget h**p://<chromecast-ip>:8008/ssdp/device-desc.xml

Since i am new i am not allowed to post links here. Its not even a valid link. Please replace the 2 asterisks with tt ...
 

ranf

Senior Member
May 21, 2012
251
122
63
Here it is:
Code:
<?xml version="1.0"?>
<root xmlns="urn:schemas-upnp-org:device-1-0">
  <specVersion>
    <major>1</major>
    <minor>0</minor>
  </specVersion>
  <URLBase>http://192.168.10.20:8008</URLBase>
  <device>
    <deviceType>urn:dial-multiscreen-org:device:dial:1</deviceType>
    <friendlyName>Chromecast1234</friendlyName>
    <manufacturer>Google Inc.</manufacturer>
    <modelName>Eureka Dongle</modelName>
    <UDN>uuid:0b92d3ae-9f2a-d875-9e27-8934e2a7e178</UDN>
    <iconList>
      <icon>
        <mimetype>image/png</mimetype>
        <width>98</width>
        <height>55</height>
        <depth>32</depth>
        <url>/setup/icon.png</url>
      </icon>
    </iconList>
    <serviceList>
      <service>
        <serviceType>urn:dial-multiscreen-org:service:dial:1</serviceType>
        <serviceId>urn:dial-multiscreen-org:serviceId:dial</serviceId>
        <controlURL>/ssdp/notfound</controlURL>
        <eventSubURL>/ssdp/notfound</eventSubURL>
        <SCPDURL>http://www.google.com/cast</SCPDURL>
      </service>
    </serviceList>
  </device>
</root>
 

lcloki

Member
Oct 15, 2015
5
0
0
Thank you very much. The device identifies it self as Eureka Dongle as the previous Chromecast did before. I would have expected that google changed the modelName to something else. Or at least increasing the version like.: Eureka Dongle 2 or something like that.

Interested in testing? I suppose you are using Linux ...
 

lcloki

Member
Oct 15, 2015
5
0
0
It would be cool if you could test current master of h**ps://github.com/masmu/pulseaudio-dlna. There is an AUR for version 0.4.6 in case you have troubles installing the dependencies. But current master needs testing ...