Hello, I’m creating qml project on qt creator, qt 5.3. I’m using *.m4v file. When I’m compiling my project to Android it’s working perfect, but in my iPhone i’m getting a blackScreen
Video {
id: video
width: Screen.width
height: Screen.height
source: ‘1.m4v’
focus: true
}
I’m trying to use MediaPlayer, but it is not work… can anyone help me please. Sry for bad ENG ((
↧









