In media_sink_internal.h, we have
// Extra data for Cast media sink.
struct CastSinkExtraData {
net::IPAddress ip_address;
...
}
When implementing CastMediaSinkService to move Cast discovery to browser side, it seems useful to include port information as well and use net::IPEndPoint to simplify code.
To resolve code review comments for: https://chromium-review.googlesource.com/c/575247/
Comment 1 by sko...@chromium.org
, Jul 31 2017Status: Assigned (was: Untriaged)