Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ONEM-26996] Unify hls/fmp4_multiaudio video segment size
There is a rare failure of hls-shaka-test.HLS-FMP4-MULTIAUDIO AudioTracks due to actual playback position being lower than the expected one. This is likely caused by some buffer underflow, which slows down the playback. hls/fmp4_multiaudio video stream segments are highly irregular in size (which varies from 200K to 2M), which may lead to issues like that. This change sets more constraints on the stream generation to make sure that video segments are similar in size.
- Loading branch information