You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ to the IGNORE\_CEC list in PyChromecast like in the example below.
158
158
pychromecast.IGNORE_CEC.append('Living Room') # Ignore CEC on Chromecasts named Living Room
159
159
160
160
Networking requirements
161
-
-----------------
161
+
-----------------------
162
162
Pychromecast relies on mDNS to discover cast devices. The mDNS protocol relies on multicast UDP on port 5353 which comes with several implications for discovery to work:
163
163
164
164
- Multicast UDP must be forwarded by WiFI routers; some WiFi routers are known to drop multicast UDP traffic.
@@ -174,7 +174,4 @@ I would like to thank `Fred Clift`_ for laying the socket client ground
174
174
work. Without him it would not have been possible!
0 commit comments