Question

I use QT 5.3.1 with QT Creator on Windows. I found in Examples\Qt-5.3\multimediawidgets\videographicsitem\ dir example with QMediaPlayer. But it plays on Windows only .mp4 H264 files and don't want plays .mkv H264 and .avi files. Also this project doesn't want play .mp4 H264 video (and it's doesn't play any video) on Android 4.0.3 (API 15).

Is it possible play on Android 4.0.3 (API 15) play .mp4 H264 video files?

Was it helpful?

Solution

The Qt Multimedia Widgets module is not supported on Android. That's an issue in Qt for Android. You can check it here that video display is only available using the VideoOutput and Video QML items.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top