Hey!
I am working on making a program that runs and watches for streams that I specify to start, and when they start to automatically launch it on my chromecast.
Unfortunately I can’t seem to find any documentation on what to send to the chromecast for the twitch app, I can successfully launch it using pychromecast and the Receiver class
By specifying yalls app_id from here http://clients3.google.com/cast/chromecast/device/baseconfig
But I can’t seem to find anything documenting what to send once the app is launched.
In [14]: cast.socket_client.receiver_controller.send_message({‘url’: ‘http://www.twitch.tv/gsl’})
In [15]: WARNING:pychromecast.socket_client:Message unhandled: Message urn:x-cast:com.google.cast.receiver from receiver-0 to sender-0: {u’reason’: u’INVALID_PARAMS’, u’type’: u’INVALID_REQUEST’, u’requestId’: 34}
I tried using just url: and the twitch stream, but that doesn’t work, but there are no hints for how to get it to work.
Any help would be appreciated.
Thanks!
Daniel