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

MediaPlayer/Audio: fallback solution for qrc files

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P1: Critical
    • 5.5.0
    • None
    • Multimedia
    • None
    • 63cff37741dca71f3db45ee06bc5bb06488c51f4

    Description

      Not all multimedia backends allow to stream data from memory, which is necessary to play files in a qrc. As a fallback, we should copy the file to a temporary directory on disk and play from there.

      Some backends already do this internally (QNX, Android). We should refactor that out and have it at the library level so backends are automatically given temporary files when they can't play the qrc file directly.

      In addition to QNX and Android, AVFoundation also needs this fallback (QTBUG-36175).

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes