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

Can not play a video using QML component on the iOS platform

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • 5.15.6
    • Multimedia
    • iOS/tvOS/watchOS

    Description

      I have created a Mediaplayer QML component where I play an mp4 video like it is described in the Qt 5.15 documentation:
      Item {
      MediaPlayer

      { id: mediaplayer source: "groovy_video.mp4" }

      VideoOutput {
      anchors.fill: parent
      source: mediaplayer
      }

      MouseArea {
      id: playArea
      anchors.fill: parent
      onPressed: mediaplayer.play();
      }
      }
      Seems that the component is not loaded and in the end on the iPhone the screen is blank.

      The XCode version used: 14.1 (Build version 14B47b)
      Qt.Multimedia 5.15

      Attachments

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

        Activity

          People

            qtmultimediateam Qt Multimedia Team
            iulianiosep Iulian Iosep
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes