Qt 6.11 is out! See what's new in the release
blog
Use MPlayer instead of GStreamer for video playback.
-
I am having frame drops problem when trying to play video on my BeagleBone Black over GStreamer 0.10. When I play video with MPlayer everything works okay, from where to start with implementation of MPlayer into my Qt application.
-
I am using Qt5, is it supported in that Qt version?
-
It would have been faster to clone the repository and check. It's a Qt 4 project but with the usual
QT += widgetsin smplayer.pro you should be able to build it.