DescriptionDon't send FEC for H.264 with NACK enabled.
The H.264 does not contain picture IDs and are not sufficient to
determine that a packet may be skipped. This causes retransmission
requests for FEC that are currently dropped by the sender (since they
should be redundant).
The receiver is then unable to continue without having the packet gap
filled (unlike VP8/VP9 which moves on since it has a consecutive stream
of picture IDs).
Even if FEC retransmission did work it's a huge waste of bandwidth,
since it just adds additional overhead that has to be unconditionally
transmitted. This bandwidth is better used to send higher-quality
frames.
BUG=webrtc:5264
R=stefan@webrtc.org
Committed: https://crrev.com/25558ad819b4df41ba51537e26a77480ace1e525
Cr-Commit-Position: refs/heads/master@{#11601}
Patch Set 1 #Patch Set 2 : remove redundant code #Patch Set 3 : add log warning #
Total comments: 10
Patch Set 4 : feedback #
Total comments: 2
Patch Set 5 : RED or FEC #
Messages
Total messages: 20 (5 generated)
|