Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Probleme qml VideoOutput
Qt 6.11 is out! See what's new in the release blog

Probleme qml VideoOutput

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 807 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bigbibi
    wrote on last edited by
    #1

    Hi !

    I've got some problems with the object VideoOutput... when I use it, for example like that :

    import QtQuick 2.0
    import QtMultimedia 5.0

    Rectangle {
    width: 800
    height: 600
    color: "black"

    MediaPlayer {
        id: player
        source: "file://video.webm"
        autoPlay: true
    }
    
    VideoOutput {
        id: videoOutput
        source: player
        anchors.fill: parent
    }
    

    }

    I've got this error :

    /home/myname/Qt/5.3/gcc/bin/qmlscene: symbol lookup error: /home/myname/Qt/5.3/gcc/qml/QtMultimedia/../../lib/libQt5MultimediaQuick_p.so.5: undefined symbol: _ZN11QCameraInfoC1ERK10QByteArray
    /home/myname/Qt/5.3/gcc/bin/qmlscene exited with code 127

    Thanks in advance,

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bigbibi
      wrote on last edited by
      #2

      Nobody ?

      Thanks in advance...

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved