Search Issue Tracker
Fixed in 2018.1.X
Fixed in 5.6.X, 2017.1.X, 2017.2.X, 2017.3.X
Votes
76
Found in
5.6.2f1
Issue ID
931038
Regression
No
[Android] VideoPlayer stuttering and dropping frames
How to reproduce:
1. Open stripped project from OC
2. Deploy app to device
3. Click 'Breathing'
4. Click 'What are the benefits?'
5. Click on the video 'play' icon
-- Observe abysmal video performance
Reproduced on: 5.6.2f1, 5.6.2p4, 2017.1.0p1, 2017.2.0b4, 2017.3.0a1
Issue cause: Multithreaded Rendering, with Multithreaded Rendering disabled video plays smoothly.
Devices under testing:
Samsung SM G900F (Galaxy S5)*, OS:6.0.1, CPU:armeabi-v7a, GPU:Adreno (TM) 330, Build:samsung/kltexx/klte:6.0.1/MMB29M/G900FXXS1CQC1:user/release-keys
Samsung SM G950U*, OS:7.0, CPU:arm64-v8a, GPU:Adreno (TM) 540, Build:samsung/dreamqltesq/dreamqltesq:7.0/NRD90M/G950USQU1AQC8:user/release-keys
Verizon SM G930V*, OS:7.0, CPU:arm64-v8a, GPU:Adreno (TM) 530, Build:Verizon/heroqltevzw/heroqltevzw:7.0/NRD90M/G930VVRU4BQC5:user/release-keys
Xiaomi MI NOTE Pro*, OS:7.0, CPU:arm64-v8a, GPU:Adreno (TM) 430, Build:Xiaomi/leo/leo:7.0/NRD90M/7.7.13:user/release-keys
Fixed in: 5.6.4p3, 2017.1.2p3, 2017.2.0p3, 2017.3.0b9, 2018.1.0a2
-
nsmith1024
Dec 12, 2019 15:06
Hello, VideoPlayer is constantly stopping and skipping frames on simple videos, its unusable on Android. So many people complaining, when will it be fixed???
-
tatoforever
Nov 01, 2019 17:24
This still a problem on powerful Android devices and Unity 2018.4.12f1. Stop doing nothing and fix the freaking bug, come on!
-
Casanova87xx
May 09, 2019 09:49
This problem exists even in Unity 2019.1.
I have fixed this opening the project with Unity 2018.2.2.1f1 and transcoding the vídeo (was working even without the transcode, the problem is with some Unity versions).
-
joshstiemsma
Mar 25, 2019 13:26
this is still a bug over two years later, despite tons of people chiming in to say dont mark it as fixed.... the fucking unity devs just mark it as fix and move on.. fucking scam
-
davalosweldon
Nov 27, 2018 17:15
I was experiencing the same issue in Unity 2018.2.0f2 and was able to fix the issue by changing the settings of the video file (I was using an mp4 file). The settings I used were as follows:
Override for Android ✓
Transcode ✓
Dimensions Original (330x1018)
Codec H264
Bitrate Mode High
Spatial Quality High Spatial Quality -
rmuk
Nov 13, 2018 06:21
Still an issue in 2018.2.13 Verified on several android devices. Disabling multi-threaded rendering will allow the videos to play smoothly, but enabling it causes the stutter.
-
Barry007
Jun 06, 2018 23:22
I think I am seeing this problem with 2018.1. What did you do to fix the issue?
-
ziemlich3D
Jun 01, 2018 20:30
Ok, nevermind my comment from yesterday. Got it working and it wasn't the cause of the multithreaded rendering. Sorry for the wrong comment :)
-
ziemlich3D
May 31, 2018 23:39
Just had this issue on Android for my app using Unity 2018.1.2f1 on Windows 10. Disabling "multithreaded rendering" eliminates the stuttering, but decreases the performace. Please mark this as NOT FIXED! I'm sorry that I can't submit a bug-report, because I'm not allowed by my client to do so.
-
MrJamieMcC
May 10, 2018 14:30
Still having this issue. Multi threading has always been disabled for me
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
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
- Error "InvalidOperationException: You are trying to read Input using the UnityEngine.Input class, but you have switched active Input handling to Input System package in Player Settings." is present when using UI Toolkit and New Input System
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
- [Linux] The mouse wheel input is inverted when scrolling in the Build
Yury-Habets
Aug 25, 2017
Our developer has identified the issue is caused by Multithreaded Rendering option enabled. Disabling it may be a workaround for you until we get a proper fix.