What is the difference in video playback performance between HTML5 video playback and mobile native video playback?

the same 4K video, native 100%, about how much HTML5 performance can be left. Is there any relevant data?

Nov.14,2021

the easiest way is to write your own program and try it

I tried to write a native HTML5 Video element to play. A 23-frame 720p mp4 video is very smooth. I tried it on my phone. Without stutter
30 frames of 720p video playback, I think the playback performance is completely sufficient

.
In the
Android environment, aren't WebView, VideoView and so on all using MediaPlayer??

unless they all use a third party.

Menu