Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
6.4.1
Description
Tested with Apalis i.MX6 board. Videos in at least h264 format seem to have hard time running in Qt 6, but same video on the same board with Qt 5 plays much better. This happens on EGLFS.
Can be tested with this:
http://linode.boundarydevices.com/videos/Hobbit-1080p.mov
However, on the same device with Weston, the video plays nicely through GStreamer:
gst-launch-1.0 filesrc location=Hobbit-1080p.mov ! qtdemux name=demuxer demuxer. ! queue ! aacparse ! decodebin ! audioconvert ! audioresample ! autoaudiosink demuxer. ! queue ! h264parse ! imxvpudec_h264 ! waylandsink
Attachments
Issue Links
- duplicates
-
QTBUG-95819 Improve video performance on iMX6 platforms with new backend
- In Progress