2

I have created an android sender application. It seem not working, i want to know what happen, but i can't access http://RECEIVER-IP-ADDRESS:9222. I have registered my chromecast device and i used default receiver.

1 Answer 1

5

You cannot attach a chrome debugger unless the app that is running on the cast device is has your own app id, hence won't be able to do that with the default receiver. The only way around that is to register a Styled receiver (at least for debugging purposes); they share the same code base and the only difference is in CSS customization, so you can safely do the debugging on the Styled one.

Not the answer you're looking for? Browse other questions tagged or ask your own question.