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

MediaPlayer on iOS, no sound

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.3.0
    • Multimedia
    • None
    • Qt 5.3, iOS 7.1, iPhone 4S
    • iOS/tvOS/watchOS

    Description

      A very basic app which streams video from vine does not produce any sound on iOS devices. The same source code works ok on Android.

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      import QtMultimedia 5.0

      ApplicationWindow {
      visible: true
      width: 640
      height: 480
      title: qsTr("Hello World")

      menuBar: MenuBar {
      Menu {
      title: qsTr("File")
      MenuItem

      { text: qsTr("Exit") onTriggered: Qt.quit(); }

      }
      }

      Video

      { source: "https://v.cdn.vine.co/r/videos/5872443F831066199665323933696_16e5e0daf03.3.2.mp4?versionId=f1DLKE9EyyuC3VscFefCcP_4kn7jGRub" anchors.fill: parent autoPlay: true volume: 1.0 }

      }

      Attachments

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

        Activity

          People

            ylopes Yoann Lopes
            borut123 Borut Dagarin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes