Unity Issue Tracker - WEBM files are stuttering when the number of remaining frames is less than the number of the pre-buffered frames
Fixed
UUM-43721
WEBM files are stuttering when the number of remaining frames is less than the number of the pre-buffered frames
Unity: Video
Fixed
2023.3.X
2023.2.X
2022.3.X
2021.3.X
Won't Fix
2023.1.X
Fixed an error in the reading of DiscardedPadding data in audio tracks. This error was causing the whole block at the end of the file to be omitted during decoding, leading to repeated video frames.
2023.1 is no longer supported.
How to reproduce:
1. Open the attached project “WebMStutter”
2. Open the “SampleScene” scene
3. Enter the Play Mode
4. Observe the played Video Clip
Expected result: The Video Clip is playing smoothly and doesn’t have any stutters
Actual result: The Video Clip is stuttering at its end in every loop