Use MPlayer instead of GStreamer for video playback.
Unsolved
Mobile and Embedded
-
wrote on 2 Mar 2016, 13:02 last edited by Zola 3 Feb 2016, 13:02
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.
-
Hi,
You can take a look at the SMPlayer which is a Qt Frontend to mplayer
-
wrote on 3 Mar 2016, 08:34 last edited by
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 += widgets
in smplayer.pro you should be able to build it.
1/4