Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nexus Player is not seen by chromecast-js #23

Open
AlyssaDaemon opened this issue Sep 18, 2015 · 0 comments
Open

Nexus Player is not seen by chromecast-js #23

AlyssaDaemon opened this issue Sep 18, 2015 · 0 comments

Comments

@AlyssaDaemon
Copy link

Nexus Player reports it's manufacturer as 'ASUS', I had just commented out the manufacturer check in your code; however I don't think that'll be a long term solution. Otherwise, your project works great.

(Note: I am running Android 5.1.1 on the Player)

<?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.2.7:8008</URLBase>
  <device>
    <deviceType>urn:dial-multiscreen-org:device:dial:1</deviceType>
    <friendlyName>Nexus Player</friendlyName>
    <manufacturer>Asus</manufacturer>
    <modelName>Nexus Player</modelName>
    <UDN>uuid:I-PITY-THE-FOOL-WHO-THINKS-THIS-IS-A-REAL-UUID</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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant