Details
-
Bug
-
Resolution: Incomplete
-
P2: Important
-
None
-
5.15.6
Description
I have created a Mediaplayer QML component where I play an mp4 video like it is described in the Qt 5.15 documentation:
Item {
MediaPlayer
VideoOutput {
anchors.fill: parent
source: mediaplayer
}
MouseArea {
id: playArea
anchors.fill: parent
onPressed: mediaplayer.play();
}
}
Seems that the component is not loaded and in the end on the iPhone the screen is blank.
The XCode version used: 14.1 (Build version 14B47b)
Qt.Multimedia 5.15