chromecast-player
chromecast-player copied to clipboard
Multiple Chromecasts
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?
Same
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
ok - im slow but this works - player.attach({address:'10.6.1.93'} ,function(err, p) { p.play(); }); hope it helps :)