Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to use QT5 Multimedia in Windows 7?

How to use QT5 Multimedia in Windows 7?

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 3.4k 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
    bread19
    wrote on last edited by
    #1

    Hello. I finally compiled QT5 on Windows 7, and port the QT4.8.1 QML Application to QT5.

    Everything works fine except Video and Audio elements.

    It worked fine with the Qt Mobility 1.2. However, QtMultimedia 5.0 which is the part of QT5 does not work properly.

    How to make them work in QT5?

    As I know QT5 has the Multimedia built-in. I checked the Multimedia 5.0 also supports Video and Audio API in QML.

    Can anyboyd help me? Thanks.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mitchc
      wrote on last edited by
      #2

      Never mind...

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cedrix
        wrote on last edited by
        #3

        Hello,

        First it will depends on your compiler. If you have mingw32, you will have to compile the direct show multimedia plugin.
        If you have VS2010 you can compile the wmf plugin.
        http://qt-project.org/doc/qt-5.1/qtmultimedia/platform-notes-windows.html

        Another solution is to develop your own multimedia backend.
        http://qt-project.org/doc/qt-5.0/qtmultimedia/multimediabackend.html
        It's more work but then you can use a more reliable and cross-platform solution such as libVLC or ffmpeg.

        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