python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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