I'm working on a webpage controling what is being played on a specific Chromecast (there are several on the network) but I'm having trouble with the Google Cast SDK.
I don't want a sender app, nor register a for an API key, just retrieve the media info currently being played.
On an Android smartphone, you get those information automatically as a notification, or directly in the Google Home application as you can see in the 2 screenshots below, even if you are not the one broadcasting the media.
This topic is talking about something similar for an Android app, but I didn't find any similar notions in the Chrome Sender API (javascript).
Using the Chrome Sender API, I'm able to load a media on the chosen chromecast through a basic web app but that's not what I'm looking for. In the online documentation I did not find anything about this particular use case.
FYI the things I have:
- ReceiverApplicationId casting to the chromecast
- Chromecast IP / Name / Mac address
Does any of you have an idea how I could do that? Thanks!