Log default receive stream creation.
Log when receiving a packet that doesn't have a receiver, this way you can tell from logs where the AddRecvStream call came from. R=pthatcher@google.com, pthatcher@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/17459004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6279 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
198647473b
commit
c34bb3a886
@ -1205,6 +1205,7 @@ void WebRtcVideoChannel2::OnPacketReceived(
|
||||
|
||||
StreamParams sp;
|
||||
sp.ssrcs.push_back(ssrc);
|
||||
LOG(LS_INFO) << "Creating default receive stream for SSRC=" << ssrc << ".";
|
||||
AddRecvStream(sp);
|
||||
|
||||
if (call_->Receiver()->DeliverPacket(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user