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. Deploying Qt-GStreamer

Deploying Qt-GStreamer

Scheduled Pinned Locked Moved Solved Installation and Deployment
4 Posts 2 Posters 1.4k Views
  • 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.
  • M Offline
    M Offline
    MichaelR
    wrote on last edited by
    #1

    Hello,

    I am trying to Deploy a Qt 5.7.1 application with a qt-gstreamer plugin.

    I have built the qmlplayer example on a Windows7 machine.

    I have used the deployment tool (windeployqt.exe) to try and include all the right libraries but still doesn't seem to work on another machine.

    The only way that I can get it to work on another machine is by downloading all the Qt 5.7.1 development files and adding the Qt 5.7.1 bin directory to the windows PATH.

    How can I find out what are the right dlls to include in the Deployment if they are not pulled in by the deployment tool?

    Thanks,
    Kind Regards,Michael

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You can use Dependency Walker to check out the libraries linked to your application.

      You can then also tell windeployqt to install additional module, that might also simplify the process.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MichaelR
        wrote on last edited by
        #3

        Thanks a lot,

        Depency Walker was a little confusing and I found it easier to just try adding dependencies by hand into the folder to see which ones fixed it.

        I found that these were the extra ones needed:

        1. QT_DIR/qml/QtQuick2.0
        2. Also requires the QtGStreamer folder from
          qt-gstreamer\build\src\qml\quick2\QtGStreamer
        3. Requires Qt5OpenGL.dll file from QT_DIR\bin\Qt5openGL.dll

        This last one was much less obvious as it didn't give any sensible warnings like it does for the other 2. It gives some error about libgstqt5videosink.dll not being found even though it is found and loaded... very strange.

        Anyways, I hope this might help someone else in this frustrating situation.

        Regards,
        Michael

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Glad you could make it and thanks for sharing your findings !

          Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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