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. Gstreamer in Qt 6.22

Gstreamer in Qt 6.22

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 794 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.
  • G Offline
    G Offline
    GStreamer
    wrote on last edited by
    #1

    Hi! So I've been trying quite a while now to get my Qt video streamer to display a test stream in a widget, however it only seems to be opening a completely dark widget with no display. Is there any way I can fix this? These are some of the tests I've tried:

    8156bd88-699f-46cf-9efb-5308b7166ee2-image.png

    d487ad53-5c1f-4d95-b05b-e82e89a7ca78-image.png

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

      Hi and welcome to devnet,

      If memory serves well, the custom pipeline support has been dropped in the great rewrite of the Qt 6 version of QtMultimedia.

      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
      • G Offline
        G Offline
        GStreamer
        wrote on last edited by
        #3

        I understand. I installed Qt 5.15, and this still does not work. @SGaist

        f0adf3ee-c4f3-4f68-b985-e33f0b7f75ab-image.png

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Bonnie
          wrote on last edited by Bonnie
          #4

          Are you on windows?
          Default Qt5 Multimedia doesn't have gstreamer backend on windows.
          To use gstreamer on windows you'll need to search the internet and find instructions to compile qt multimedia gstreamer module and plugins by yourself.
          Not sure what's the case in Qt6 though.
          You can also check if player->errorString() returns anything useful.

          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