Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / media / cast_udp_transport.cc
index 11fe751..2bd5e6d 100644 (file)
@@ -16,4 +16,6 @@ CastUdpTransport::~CastUdpTransport() {
 
 void CastUdpTransport::SetDestination(const net::IPEndPoint& remote_address) {
   remote_address_ = remote_address;
+  cast_session_->StartUDP(net::IPEndPoint(net::IPAddressNumber(4, 0), 0),
+                          remote_address);
 }