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:
pbos@webrtc.org
2013-08-19 16:09:34 +00:00
parent d4f607e70a
commit e7f056ec45
4 changed files with 413 additions and 155 deletions

View File

@ -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);