Skip to content

Fix "App wastes CPU resources while playing video"

Andrew Churyla requested to merge rt1shnik/vlc-android:fix_cpu_wasting into master

Fixes #2529 (closed)

CPU usage when app plays video before this fix: Screenshot_from_2022-05-17_18-36-34

Note. My phone has 8 cores, so max CPU usage can be about 13% when one core is used.

CPU usage when app plays video after this fix. As you see CPU consuming is much less. Screenshot_from_2022-05-17_19-35-28

Merge request reports