Trigger a PLI if the duration of non-decodable frames exceeds a threshold.
BUG=1663 R=mikhal@webrtc.org, ronghuawu@chromium.org Review URL: https://webrtc-codereview.appspot.com/1359004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3975 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -195,7 +195,7 @@ PayloadSinkInterface* VcmPayloadSinkFactory::Create(
|
||||
vcm->SetVideoProtection(protection_method_, protection_enabled_);
|
||||
vcm->SetRenderDelay(render_delay_ms_);
|
||||
vcm->SetMinimumPlayoutDelay(min_playout_delay_ms_);
|
||||
vcm->SetNackSettings(kMaxNackListSize, kMaxPacketAgeToNack);
|
||||
vcm->SetNackSettings(kMaxNackListSize, kMaxPacketAgeToNack, 0);
|
||||
|
||||
scoped_ptr<FileOutputFrameReceiver> frame_receiver(
|
||||
new FileOutputFrameReceiver(base_out_filename_, stream->ssrc()));
|
||||
|
||||
Reference in New Issue
Block a user