PetrS
PetrS

Reputation: 1110

Debugging of Chromecast

I have implemented an Android application, which is for playing movies via GoogleCast. Everything works fine, but I need to enable a Chrome Remote Debugger.

I found an article here. I proceeded step by step according to instructions in this article, but I can see nothing in console.

IP address of my Chromecast is 10.0.0.36. In Chrome, I go to http://10.0.0.36:9222. The page is displayed and it looks like this:

enter image description here

I click on link Remote Debugging (AppEngine) and then I see the console. I type cast.receiver.logger.setLevelValue(cast.receiver.LoggerLevel.DEBUG); to this console.

enter image description here

According to instructions in article mentioned above, that's all and now it should work, but I can see anything in console.

Could you tell me, please, what I am doing wrong? Thank you.

Upvotes: 0

Views: 1355

Answers (1)

Andy
Andy

Reputation: 2414

In your URL bar, there should be a shield icon towards the right side. Click on that and enable scripts.

Upvotes: 2

Related Questions