Hi everybody,
I’m developping a simple application which play a video with QtMultimediaKit in Symbian, the application works well when i play, pause or stop the video but when i hide the application in background (on the device) and get back, the video is stopped and does’nt play again and gave the error number 5 : Problem blitting video to display.
I’m using QT Creator version Qt 4.7.4 and testing the application in Nokia C7.
Thank you in advance for your help.
Video{
id:videoPlay
volume: 1.0
anchors.fill: videoRect
source: "Video/jamal.wmv"
onStopped: {isVideoPause=true; console.log("video stopped !!!")}
onError: console.log("error code : "+videoPlay.error+", Error string : "+videoPlay.errorString)
focus: true
}
↧