chromecasts
chromecasts copied to clipboard
Query your local network for Chromecasts and have them play media
I have a use case where I need to change the subtitle at runtime. The chromecast SDK has a "reload" function that you can call after making changes to audio...
this addressed #32
When I use this module, I get an `ETIMEDOUT` error connecting to a strange IP address `198.105.244.228`. The real IP of my chromecast on my network, however, is `192.168.1.105`. I...
I will definitely not claim to understand how this all works, but here is a few ways i tried it. I have two routes. /server-video/:id -> This one streams buffers...
Many devices now come with Chromecast built in but the check for `Google Inc.` prevents those devices from being used. For example Vizio Smartcast televisions.
Hi everyone, I have a player playing a video. I push a button and the video is sent to chromecast, with actual time so it starts the video at the...
I can't get the player.status method working : I always get undefined This is the code I use : `chromecasts.update() chromecasts.on('update', function (player) { console.log('player on : ', player) setTimeout(function()...
On android TV (and maybe on other devices), the "PTR" name is something like: (Device name)-(identifier address without -)._googlecast._tcp.local ex: SHIELD-Android-TV-0123a4856bc7d89012ef345abc6789012._googlecast._tcp.local And the "A" name is (identifier address with -).local...
Right now it seems that this library will show all Google Cast devices that have `device.manufacturer = "Google Inc."`. - There are many different Google-made Google Cast devices out there,...