Search Issue Tracker
Fixed
Fixed in 2022.3.26f1, 2023.2.20f1, 6000.0.0b16, 7000.0.0a1
Votes
4
Found in
2022.3.6f1
2023.1.6f1
2023.2.0b2
2023.3.0a4
6000.0.0b11
7000.0.0a1
Issue ID
UUM-45914
Regression
Yes
[Android] Video repeats the first frame on Android when it is played via Unity's Video Player component
Reproduction steps:
1. Open the attached Project “ReproProject”
2. Build and run the Project on Android
3. Observe the app’s screen
Expected result: The video plays correctly
Actual result: The video repeats the first frame continuously
Reproducible with: 2022.1.0a10, 2022.3.6f1, 2023.1.6f1, 2023.2.0b2
Not Reproducible with: 2021.3.29f1, 2022.1.0a9
Reproducible with these devices:
VLNQA00467 - Galaxy S21 Ultra 5G (SM-G998B), CPU: Exynos 2100, GPU: Mali-G78, OS: 13
Galaxy S21+ 5G (SM-G996B), CPU: Exynos 2100, GPI: Mali-G78, OS: 12
Not reproducible with this device:
VLNQA00518 - Google Pixel 4 (Pixel 4), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 12
Not Reproducible with these devices (A black screen is displayed throughout):
VLNQA00414 - Galaxy Note10+ 5G (SM-N976V), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 9
VLNQA00278 - Xiaomi Redmi Note 7 (Redmi Note 7), CPU: Snapdragon 660, GPU: Adreno 512, OS: 9.0.0
VLNQA00139 - Vivo Xplay6 (vivo Xplay6), CPU: Snapdragon 820 MSM8996, GPU: Adreno 530, OS: 7.1.1
VLNQA00132 - Xiaomi Mi 5s (MI 5s), CPU: Snapdragon 820 MSM8996, GPU: Adreno 530, OS: 6.0.1
User Reproduced with this device:
Galaxy S21 Ultra 5G (SM-G998B), CPU: Exynos 2100, GPU: Mali-G78
Testing environment: macOS(Intel) 13.4.1
Notes: Not tested on IOS
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
- 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
- Constant console errors when using Min/Max Slider in PlayMode
- 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 (fix version 6000.0.0b16):
Vulkan resource for performing YUV-to-RGB colourspace conversion were being cached and reused incorrectly, leading to previous frames showing up in output. Better logic to avoid incorrect cache hits have fixed the problem.