chromecast-api
chromecast-api copied to clipboard
:tv: Chromecast Node.js module
Hi folks, I was wondering - how could I cast not a mediafile but my device's screen (video only) using this? If it's not supported just yet, how could one...
Hello, I've an ip cam but it deos not offer a direct access to the stream. I want to stream it on my cromecast. After research i found that it...
I was thinking it would be interesting to have a feature to be able to show HTTP pages (by URL) on the Chromecast. https://github.com/DeMille/url-cast-receiver So instead of specifying a media...
Hello, I'm trying to run the code bellow, but devices are never found even tho I have a lot of them here. ``` const ChromecastAPI = require('chromecast-api') const client =...
Hello. I've been developing an app for casting local videos from PCs via Chromecast, and I am using your package for the backend. Now I've added the capacity to load...
I was able to setup the API, but status reporting does not seem to work for me. Is it possible google changed something in the background or it never worked...
Hi, I had an issue on my side using status events, it seems there is no IDLE playerState at all, I debugged the code and add a temporary fix in...
I have a barebones script based off of the example code in the README, a simple listener on the client that listens for the device event, and a console.log that...
Hi, I'm wondering if this has HLS support? I have a master.m3u8 file that gives different m3u8 url:s for different quality stream (example 720p, 1080p). Will this package support that,...
Hi, this looks like a great library, but I have trouble installing it with Vue. I have run `npm install chromecast-api ` and after this, ran the following code from...