Implement logic to answer sink queries in CastMediaSinkService.
It should answer sink queries for the following sources:
- Mirroring URNs
- Cast URLs
Queries to Cast sinks are implemented using GET_APP_AVAILABILITY requests. CastMediaSinkService will need to intercept the responses and handle them in the browser, using the results to answer sink queries.
A special note is that the Cast SDK uses a sink query with a special Cast URL to implement a "broadcast" to pre-load apps on devices. The message sent to the devices in this case is slightly different. We can also port the broadcast messaging logic to the browser.
Comment 1 by mfo...@chromium.org
, Oct 26 2017Labels: M-64
Owner: zhaobin@chromium.org
Status: Assigned (was: Available)