Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Can't play HLS on OSX with QtQuick

Can't play HLS on OSX with QtQuick

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 2 Posters 1.6k 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.
  • H Offline
    H Offline
    hailong
    wrote on last edited by
    #1

    When trying to play HLS stream on OSX with Qt 5.3.1, I can only get audio ,the video is missing.

    Below is the testing code:

    @
    Video {
    id: video
    width : 800
    height : 600
    source: "http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8"

        MouseArea {
            anchors.fill: parent
            onClicked: {
                video.play()
            }
        }
    }
    

    @

    Log info is:

    @
    QOpenGLFramebufferObject: Framebuffer incomplete attachment.
    QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.
    QOpenGLFramebufferObject: Framebuffer incomplete attachment.
    QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.
    AVFVideoRender FBO failed to bind
    renderLayerToTexture failed
    @

    By the way, I can play local media files successfully with QtQuick on OSX, and I have tested the HLS source with QuickTime, it plays well.
    how to solve this?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      This sounds like a bug to me. Please "report it":https://qt-project.org/wiki/ReportingBugsInQt.

      (Z(:^

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hailong
        wrote on last edited by
        #3

        I have reported it as a bug. See here: https://bugreports.qt-project.org/browse/QTBUG-41297

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Thanks. I have added it to my watchlist, and voted for it.

          (Z(:^

          1 Reply Last reply
          0

          • Login

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