Dear All,
We are facing with an issue regarding 1080p video playback in Chromium.
We are using Yocto Mickledore (earlier Kirckstone) on i.MX 8M Mini Processor with fsl-image-gui-chromium image.
We have a 1200x1920 MIPI display in portrait orientation, which is successfully installed on our custom board.
We can play videos in Gstreamer without any issue, but in Chromium the video playback is lagging and after a while it freezes. Audio track playback during the video also doesn't play smoothly.
Video decoder is HW accelerated based on the chromium flags, so it should be not the root cause.
After checking the media-internals section in the Chromium, I can see error messages, such as DECODER_UNDERFLOW.
Processor load during the playback is about 50-60%, and I cannot see any RAM bottleneck.
Bad quality of internet connection should be also not a problem, I checked it for many times.
Is this issue known for you?
Have you any suggestion, how could it be fixed?
Thanks!
BR, Zoltan
Hello,
The BSP with chromium do not support 1080p videos, you better reduce the resolution and you will get better performance.
Regards
Hi All,
I've found the solution to the problem.
I need to start chromium with the --double-buffer-compositing parameter.
There is no more freezes and the video playback runs smoothly.
Thank you for your support!
BR, Zoltan