QML video element not able to play H264 video
Unsolved
General and Desktop
-
I am using QML Video element to play an H264 video file. I am not getting either video / audio.
however, the same file plays on Windows media player and VLC.
FYI, the environment is Qt 5.5 MinGw, Windows10Video { id: vid anchors.fill: parent source: "file://C:/testVideo.mp4" autoLoad: true autoPlay: true }
so, Qt multimedia doesn't support H264 decoders on Windows platform?
may I know what all video formats does Qt multimedia supports? -
Hi,
IIRC, MinGW uses the DirectX backend and this one supports less video formats.
Qt supports what the platform supports bug Windows is an "alien" in the sense that there are two backends.