Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.0
-
None
-
-
2023wk52FOQtforAndroid
Description
While playing the MOV video using QML multimedia player, only the audio portion of the video file is audible and the video remains blank. Attached video file. Noticed this issue on Android version 12 and above.
Window { width: 640 height: 480 visible: true MediaPlayer { id: player audioOutput: AudioOutput{} videoOutput: videoOutput source: "sample.MOV" } VideoOutput{ id:videoOutput anchors.fill:parent } MouseArea{ anchors.fill: parent onPressed: player.play(); } }
Attachments
Issue Links
- relates to
-
QTBUG-118699 The video playback is corrupted with Android native backend
-
- Closed
-
- mentioned in
-
Page Loading...