Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4.4f1
2020.2
Issue ID
1267990
Regression
No
VideoPlayer frameReady events aren't triggered for an .mp4 video
Reproduction steps:
1. Open user attached project and scene "VideoFrameReadyTest_Video1"
2. Enter Play Mode
3. Observe Console window
4. Exit Play Mode
5. Open scene "VideoFrameReadyTest_Video2"
6. Enter Play Mode
7. Observe Console window
Expected result: frameReady events are received by 'VideoFrameReadyTest.cs'
Actual result: frameReady events are not received by 'VideoFrameReadyTest.cs'
Reproducible with: 2018.4.26f1, 2019.4.8f1, 2020.1.2f1, 2020.2.0a20
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Resolution Note:
Video clips must start at t=0 for the initial frame to be displayed automatically after calling Pause(). Alternatively, a seek to the known start time can be done before calling Pause().