-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
I'm trying to use this lib to control the url-cast-receiver (https://github.com/DeMille/url-cast-receiver).
I manage to connect to my chromecast and start the app, but I can't seem to understand how send a correct message to it to control the URL source. It's docummented in the url-cast-receiver docs
URLs are sent to the receiver by sending messages on the urn:x-cast:com.url.cast namespace.
var msg = { "type": "iframe", "url": "http://example.com" }
But for the life of me I can't seem to get this to work.. Probably because I just don't understand what I'm doing ;)
Any thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels