Tsironis Ioannis

Results 19 comments of Tsironis Ioannis

The PC and TV are on the same Wifi network. The TV's chromecast works(tested both with PC's chrome browser and from an Android device). I have just pulled mkchromecast latest...

> ```python > pychromecast.get_chromecasts(timeout=60) > ``` Still nothing.

> OK, let's try to get some logs: > > ```python > import logging > logging.basicConfig() > logger = logging.getLogger(__name__) > logger.setLevel(10) > > import pychromecast > pychromecast.get_chromecasts(timeout=60) > ```...

Unfortunately not :(. ![Screenshot from 2020-04-09 18-47-59](https://user-images.githubusercontent.com/7561447/78914201-c2c92f00-7a92-11ea-98d0-bd1571db49cc.png)

The TV screen is on and the model link is the following: https://www.samsung.com/uk/support/model/QE49Q6FNATXXU/

> pychromecast I have installed tha latest PyChromecast version(4.2.3) ![Screenshot from 2020-04-13 16-30-48](https://user-images.githubusercontent.com/7561447/79124223-8d7b5480-7da4-11ea-90c5-d82b36faa9ec.png) Also pulseaudio_dlna finds the TV model..if this could help. ![Screenshot from 2020-04-13 16-31-41](https://user-images.githubusercontent.com/7561447/79124303-b00d6d80-7da4-11ea-9048-577cceb06594.png)

> > Also pulseaudio_dlna finds the TV model > > That's strange, considering that `pulseaudio-dlna` seems to be doing exactly the same thing as `pychromecast`: > https://github.com/masmu/pulseaudio-dlna/blob/master/pulseaudio_dlna/plugins/chromecast/__init__.py#L31 > https://github.com/masmu/pulseaudio-dlna/blob/master/pulseaudio_dlna/plugins/chromecast/mdns.py Yes...I...

> Well, here's a minimal implementation you can try running: > > ```python > #!/usr/bin/env python3 > import zeroconf, time > > GOOGLE_MDNS_DOMAIN = "_googlecast._tcp.local." > > class Handler(object): >...

> Put the code into a file and run it. Finally, I did it running the file using the 'python3 mychromecast.py' command.What am I supposed to get as an outcome?

> > > Put the code into a file and run it. > > > > > > Finally, I did it running the file using the 'python3 mychromecast.py' command.What...