Skip to content
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

Multiple Chromecasts #11

Open
delianides opened this issue Oct 24, 2016 · 3 comments
Open

Multiple Chromecasts #11

delianides opened this issue Oct 24, 2016 · 3 comments

Comments

@delianides
Copy link

I'm trying to decipher where I could specify the name of a local chromecast so I could attach and send commands to that chromecast only. Any advice?

@level451
Copy link

Same

@level451
Copy link

Im just hacking around if I add this line
ctx.options.address ='10.6.1.68'
to index.js right below line 120 - it seems to attach to that chromecast

@level451
Copy link

ok - im slow but this works -
player.attach({address:'10.6.1.93'} ,function(err, p) {
p.play();
});
hope it helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants