python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Google Home - Streaming hls to chromecast
I've implemented smart home service for camera, including SYNC, QUERY, EXECUTE. Execute response is returning adequate hls url. However, casting that stream to Android tv via chromecast results in bla...
Dusan Mackic
Votes: 0
Answers: 1
Unable to discover Chromecasts from docker container
I have the following script in python (using pychromecast):
#> cat chromecasts.py
import pychromecast
print(pychromecast.get_chromecasts())
When I run it locally, it works fine and discovers my T...
Rafal Zarajczyk
Votes: 0
Answers: 0
Latest Chromecast (21.0.1) produces crash from Android 12: ForegroundServiceStartNotAllowedException
Precondition
targetSdkVersion and compileSdkVersion 31.
com.google.android.gms:play-services-cast:21.0.1 and com.google.android.gms:play-services-cast-framework:21.0.1
Crash
Fatal Exception: android...
Saehun Sean Oh
Votes: 0
Answers: 0
How do i display html/css/js on chromecast
im trying to make a "infoscreen", and i want my chromecast to show relevant info like date, clock, weather etc...
I have made a Node.JS (Express) Application that makes a "screen" ...
KindCoder
Votes: 0
Answers: 0