Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.rst #581

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Update README.rst #581

merged 2 commits into from
Feb 14, 2024

Commits on Dec 29, 2021

  1. Update README.rst

    So I had some pretty big blockers using the new library and discovery methods. I also finally realized what kind of firewall rules need to be created in order for zeroconf discovery to work properly. On windows I created two rules. one inbound, one outbound, for ports 1900,5353 and allowed them through the firewall. Afterwards I was able to do proper chromecast discovery without needing to disable my firewall. I also added some additional examples on how to discover numerous devices by friendly name, and I think a super important thing to include is the param discovery_timeout. I was getting many more devices using get_chromecasts() that I was not getting with get_listed_chromecasts() so I examined the difference and realized the timing is much more aggressive by default on get_listed_chromecasts(), the param helps alleviate that, and accounts for networks\devices that are slower to respond.
    strunker committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    207b318 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update README.rst

    emontnemery committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4e99247 View commit details
    Browse the repository at this point in the history