Skip to content

Add FEC with bandwidth adaptation

Flore Harlé requested to merge feature/fec_bandwidth_analysis into master

Add FEC adaptation logic to video quality controller that takes into account the available bandwidth, the loss rate and the FEC overhead. When FEC is enabled, the AV1 frames are divided into packets of equal size, to optimize the overhead. Fix memory leaks. Add stats for FEC. Add a label for log.

Edited by Flore Harlé

Merge request reports