mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix site docs typo
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
Access to TCP/UDP sockets.
|
||||
</p>
|
||||
<p>
|
||||
Network discovery for Chromecast devices relies on mDNS, the implementation of which is reliant on being able to send UDP packets. Communication with the Chromecast device itself relies on a TCP connection. The current workaround is to offload that work to a native companion application that the extension can then launch communicate with.
|
||||
Network discovery for Chromecast devices relies on mDNS, the implementation of which is reliant on being able to send UDP packets. Communication with the Chromecast device itself relies on a TCP connection. The current workaround is to offload that work to a native companion application that the extension can then launch and communicate with.
|
||||
</p>
|
||||
<p>
|
||||
It's possible that this functionality will be re-exposed to extensions, in which case the bridge will be made redundant:
|
||||
|
||||
Reference in New Issue
Block a user