Implementation and testing of PLI in new API.
BUG=2174 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2011004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4567 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -41,6 +41,8 @@ VideoReceiveStream::VideoReceiveStream(
|
||||
|
||||
// TODO(pbos): This is not fine grained enough...
|
||||
rtp_rtcp_->SetNACKStatus(channel_, config_.rtp.nack.rtp_history_ms > 0);
|
||||
rtp_rtcp_->SetKeyFrameRequestMethod(channel_,
|
||||
kViEKeyFrameRequestPliRtcp);
|
||||
|
||||
assert(config_.rtp.ssrc != 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user