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
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- Test Runner fails to create a script in the active path when selecting a file as the active path
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.