chromecast-player icon indicating copy to clipboard operation
chromecast-player copied to clipboard

Multiple Chromecasts

Open delianides opened this issue 8 years ago • 3 comments

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?

delianides avatar Oct 24 '16 14:10 delianides

Same

level451 avatar Oct 25 '16 20:10 level451

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 avatar Oct 25 '16 20:10 level451

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

level451 avatar Oct 25 '16 20:10 level451