QT multimedia
Unsolved
Mobile and Embedded
-
Hi and welcome to devnet,
Which version of Qt are you using ?
In which version of iOS ?
What is your video file format ?
Video container type ?
Video stream type ? -
I used QT5.15, IOS14.3, the video file format is mp4, mov, m4v
It run on Android, MacOSRectangle { id: video_rec x: 0 y: 0 width: wW height: wH color: "#ffffff" border.color: "#1866c8" MediaPlayer { id:mediaPlayer source:"img/demo2.mp4" autoLoad: true volume: 0.5 autoPlay: true } VideoOutput { id:video_output source: mediaPlayer anchors.fill: parent }
}
-
Did you test the QML Video Example ?
-
@SGaist said in QT multimedia:
Did you test the QML Video Example ?
I have tried it and with no success
-
No warning or error message on the console ?