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

QML multiple VideoOutput throws error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.2.1, 5.5.0 Alpha
    • None
    • Windows 7

      ApplicationWindow {

      VideoOutput

      { id: videoOuput1 source: mediaPlayer anchors: ... }

      VideoOutput

      { id: videoOuput2 source: mediaPlayer anchors: ... }

      MediaPlayer

      { id: mediaPlayer }

      }

      Having this setup throws this error:
      bool __thiscall QDeclarativeVideoOutput::createBackend(class QMediaService *) Media service has neither renderer nor window control available.

      It should be possible to have several video outputs right?

      Plus, if I don't set the source of videoOutput2 initially, I can see it in videoOutput1, and with a click if I change the source of videoOutput1 to null and the source of videoOutput2 to mediaPlayer, I can still hear the audio, but nothing shows up.

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

            ylopes Yoann Lopes
            ein André Santos
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes