DescriptionAdd 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.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260269
Patch Set 1 #Patch Set 2 : change rand() to base::RandInt() #Patch Set 3 : rebase #
Messages
Total messages: 15 (0 generated)
|