Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt6 - QML MediaPlayer/Video Android
Qt 6.11 is out! See what's new in the release blog

Qt6 - QML MediaPlayer/Video Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 1 Posters 646 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    matzrm
    wrote on last edited by matzrm
    #1

    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)

    1 Reply Last reply
    0
    • M Offline
      M Offline
      matzrm
      wrote on last edited by matzrm
      #2

      I just found a workaround adding a Timer of 10 msec between the Video signal stopped and the switch of source.

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved