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

QML Videos

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 2.2k 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.
  • T Offline
    T Offline
    TimJohnson
    wrote on last edited by
    #1

    -Hey guys,

    I'm working on a project where I need to integrate videos in to a Qt Quick project. I have no C++ files/plugins to it at this time and preferably I would like to do it without that if I can. I have no idea where to go so any pointers will help me - I can't use Qt5 for this, maybe theres a module for Qt that I need to give me this functionality?

    Thanks-

    EDIT:I've found QtMultimediaKit but its saying the module is not installed, where can I find a binary for that?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      Pramod85
      wrote on last edited by
      #2

      I hope this links will help

      http://qt-project.org/wiki/Embed_YouTube_Video_in_QWebView

      http://qt-project.org/videos/watch/how-to-integrate-multimedia-in-to-your-qt-app

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TimJohnson
        wrote on last edited by
        #3

        Hey, thanks a lot for the reply! The links were pretty handy. As I said in my first post, I've been trying to get QtMultimediaKit going, but I can't seem to be able to get hold of the module that I'm guessing that I need to resolve the problem I have.

        [code]
        module "QtMultimediaKit" is not installed
        import QtMultimediaKit 1.1[/code]

        Edit: found the package manager which seems to claim mobility is already installed..
        !http://i46.tinypic.com/30xg9ig.jpg(screenshot)!

        1 Reply Last reply
        0
        • P Offline
          P Offline
          Pramod85
          wrote on last edited by
          #4

          Good .Thank you for Putting the screen shot. It will help me and others in future.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            shullw
            wrote on last edited by
            #5

            Even before you can import the QtMultimediaKit you have to enable Mobility in the .pro file. Inside the .pro file you need

            @CONFIG += mobility
            MOBILITY += multimedia@

            Then import in the qml like you were previously doing. Hopefully this is all that the problem is. Good luck.

            A QML Purest Point of View!

            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