Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-41297

Can't play HLS on OSX with QtQuick

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.3.1
    • Multimedia
    • None
    • OSX
    • macOS

    Description

      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() }

      }
      }

      @

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ylopes Yoann Lopes
            hailong hailong
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes