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


-
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.
-
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 ifplayer->errorString()returns anything useful.
