The source of MediaPlayer in all official tutorials are files,just like this:
MediaPlayer{
id:player
source:fileFullPath // local or remote file path
autoPlay: true
volume: voice.value
}
VideoOutput {
anchors.fill: parent
source: player
}
But if my videos are restored in memory,how can i set the property "source"?