Add picture ID support in RtcVideoEncoder.
When Forward Error Correction (FEC) packets arrive, jitter buffer will consider them missing. The jitter buffer needs to use the picture ID to see if a new frame is continuous to the previous frame. Without picture ID, the jitter buffer will not determine any frame decodable after FEC. Video will hang until the jitter buffer drops all packets and requests a key frame. BUG=347477 TEST=Run apprtc.appspot.com between Linux and CrOS. Run apprtc.appspot.com loopback on CrOS. Review URL: https://codereview.chromium.org/216793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260269 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment