-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use node-castv2 to control url-cast-receiver #44
Comments
|
I was looking for a solution without mdns (needed to manual install a file from Apple on Windows):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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?
The text was updated successfully, but these errors were encountered: