Qt 6.11 is out! See what's new in the release
blog
Qt6 - QML MediaPlayer/Video Android
-
Hello,
I want to reproduce on android a video playlist, but with MediaPlayer only the first video is showed, the next videos are not showed but played because onStopped is called at the end of the video.
From log, I can read only a warning that said:
E BufferQueueProducer: [SurfaceTexture-1-11433-0](id:2ca900000001,api:0,p:-1,c:11433) detachBuffer: BufferQueue has no connected producer D EGL_emulation: eglCreateContext: 0x72d7f5610750: maj 3 min 0 rcv 3 D EGL_emulation: eglCreateContext: 0x72d7f5610750: maj 3 min 0 rcv 3 E EGL_emulation: eglQueryContext 32c0 EGL_BAD_ATTRIBUTE E EGL_emulation: tid 11466: eglQueryContext(2160): error 0x3004 (EGL_BAD_ATTRIBUTE) E BufferQueueProducer: [SurfaceTexture-423-11433-1](id:2ca900000003,api:0,p:-1,c:11433) detachBuffer: BufferQueue has no connected producer V MediaPlayer: resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false V MediaPlayer: cleanDrmObj: mDrmObj=null mDrmSessionId=null(but I play the video only when loaded signal is emitted)