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

QML multiple VideoOutput throws error

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes