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
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
- The "Install Packages" button misses tooltips that would explain its behaviors
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.