문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top