Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2018.3.4f1
Issue ID
1131117
Regression
No
Setting time property in Unity Video Player produces Audio desync
Steps to reproduce:
1. Open attached project
2. Go into play mode
-Easily noticeable audio desync is present, audio is late by <0.5s
Actual result: There is a slight delay between video and audio when setting time property for a value that is bigger than 0
Expected result: No desync between video and audio
Reproduced on: 2018.3.4f1, 2018.3.8f1, 2019.1.0b5, 2019.2.0a7
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Resolution Note (fix version 2019.3):
Post-seek A/V synchronization was incomplete, leaving too many buffered audio samples in the output queue after seek operations.