Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2017.4.9f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1174907
Regression
No
[Mac] VideoPlayer lags for a few frames after the first loop when Loop and Audio Track are enabled
How to reproduce:
1. Open attached 'project-1174907.zip' project
2. Enter Play mode
3. Wait till the video loops for the first time and observe the second loop
Expected result: Video does not lag
Actual result: Video lags for a few frames after the first loop (and all the following loops)
Reproducible with: 2017.4.31f1, 2018.4.6f1, 2019.1.14f1, 2019.2.1f1, 2019.3.0a12
Notes:
1) Does not reproduce when the audio track is disabled
2) Could not reproduce this behaviour with any other video
3) Reproducible on all render modes
4) Turning off 'Skip On Drop' does not make any difference
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
- Memory spike after activating Freeform Light2Ds
- Line Renderer Component elements do not fit in the Inspector window when minimising Inspector window is minimised
- “Do you want to apply changes?” warning pop-up appears when adding and removing list items in Player settings
- Line Renderer flickering in HDRP project when second Material field is set to None
- Texture 2D Importer fails to assing a default value to the "namefileidtable" when using a texture preset
Resolution Note:
Won't fix due to Apple's AVPlayer limitations. Performing a seek of a video when there is an audio track enabled has a delay due to the AVPlayer waiting for the audio track to catch up.
Workarounds: To achieve a seamless looping video with audio, ensure the video has a constant frame rate. Set the Audio Output Mode to None in the Video Player and play the audio track through an Audio Source component instead.