Qt Quick Android Video Play
Solved
Mobile and Embedded
-
hi on android i want to play a video on remote server but i can't see the video and i get the following error. Is there anyone have an idea ?
MediaPlayer { id: mediaPlayer source: "http://karamea.online/downloads/Movies/Star.Wars.A.New.Hope.Bloopers.mp4" autoPlay: true onError: { console.log(errorString) } } VideoOutput { id: liveVideo width: 500 height: 250 anchors.top: parent.top source: mediaPlayer }
qml: Error: (Unknown error/Insufficient resources)
-
I think the media player can't play the .mp4 format, but the .m3u8 format can be played without any problems.