-
is there any known way to play youtube videos?
https://github.com/irfanhabib/youtube-castv2-client
or
https://github.com/xat/castv2-youtube
isn't working.
Does anybody know a solution?
-
Chromecast has a YouTube app, which can play youtube videos (without needing to extract the url with youtube-dl)
https://www.npmjs.com/package/castv2-youtube
could this be added?
-
Running latest Home Assistant 2021.12.10 on Home Assistant OS 7.1. Latest Node Red 10.3.4 installed as an Add-On.
Casting to one speaker works flawlessly, but today I added another speaker and pair…
kenni updated
2 years ago
-
I'm trying to use this lib to control the url-cast-receiver (https://github.com/DeMille/url-cast-receiver).
I manage to connect to my chromecast and start the app, but I can't seem to understand h…
-
I just found this: https://github.com/thibauts/node-castv2-client and thought of this project. I tested it out and it seems to work. Enjoy.
-
DEBUG=castnow\* castnow --myip=10.0.0.53 --address=10.0.0.24 ./my_video.mp4
castnow launching... +0ms
castnow:stdin [ { path: './my_video.mp4' } ] +5ms
castnow:localfile started webserver on add…
-
```
TypeError: Cannot read property 'stop' of null
at Client.onclose (/node_modules/castv2-client/lib/senders/platform.js:42:21)
at Client.g (events.js:260:16)
at emitNone (events.js:7…
-
Add support for open source YouTube Cast receiver.
For example this one https://github.com/irfanhabib/youtube-castv2-client
-
i thought streaming my entire desktop would be a nice feature.
i played around with ffmpeg to capture x11:
ffmpeg -video_size 1024x768 -framerate 25 -f x11grab -threads 8 -i :0.0+10,20 Videos/out…
-
Previous versions of this api (0.0.6) allowed directly access to the `metadata` property on `node-castv2-client`. Is it still possible to do this?