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

wasm: streaming video does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.7
    • Multimedia
    • None
    • WebAssembly

    Description

      Playing a local file in a Qt resource works, but playing a large streaming video does not.

      QWasmVideoOutput::setSource(QIODevice *stream) currently calls readAll() on the QIODevice, so it will not continue to read from teh QIODevice as needed for continued video stream.

      Attachments

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

        Activity

          People

            lpotter Lorn Potter
            lpotter Lorn Potter
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes