pychromecast
pychromecast copied to clipboard
Library for Python 3 to communicate with the Google Chromecast.
I am sending PNG images to Chromecast using mc.play_media() every minute. However, sending this command immediately displays blank screen on Chromecast and it remains blank until Chromecast loads and displays...
Is it possible to add an external subtitle track, e.g. from a URL containing an .srt file? If so, how?
Hi, I try to make a cron task that send video when the chromecast is not used. I tried this code that work to send video ``` #!/usr/bin/python3 import pychromecast,os,random...
Can support be added for the tunein app, the same way as supla. When using a Google Hub, it's much nicer to have a more visualization of whats on then...
For some reason this library does not find my chromecast. I'm running ubuntu bionic laptop. I've done the following: - removed all firewall rules - pychromecast.get_chromecasts() (returns empty list) -...
My google home returns volume_muted=False when i mute it so i think this status is broken?
Hi! The Chromecast 2 specification claims that it supports TTML, but I did not manage to get it working, even using the correct MIME type (`application/ttml+xml`) in the `MediaController.play_media(...)` call....
Hi, I've just found pychromecast, and I'm really excited about the idea of using it!! However when I use get_chromecasts and related functions - including copying the sample code from...
Can anyone advise how to get analog audio from a Rpi (using a USB soundcard) output to a cast speaker? I've been trying to use mkchromecast (which uses pychromecast) to...
I tried a variant of the sample code from the README to see if I could reboot a Google Home Mini. Nothing happens when I call reboot() even after waiting...