I'm developing in javascript a google cast receiver app, CAF version.
Can I get the chromecast's name in the receiver app with Google Cast API?
I visited https://developers.google.com/cast/docs/reference but I could not find any way.
I tryed connect in the receiver app to own chromecast using url's like http://localhost:8008/ssdp/device-desc.xml, http://localhost:8008/setup/eureka_info?options=detail, https://localhost:8443/setup/eureka_info but I got errors like CORS and mixed content.
Any ideas?
Lot of thanks