View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#892
Originally Posted by leetnoob View Post
does the qml video component just act as an interface to gstreamer? if so, then there must be lots of other options for playback.. but i know nothin about nuthin so sorry if i'm not helping...
The QML video component provides an easy way to display a QMediaPlayer in a QML scene. QMediaPlayer in turn uses gstreamer. The bug is in QMediaPlayer. Audio files work, video files do not (hence the QML audio component works fine). I have tried using Phonon (which also uses gstreamer) rather than QMediaPlayer, and it works, but performance is poor. There are a lot of dropped frames when playing on the N900. The poor performance is probably down to attempting to wrap a Phonon VideoPlayer in a QGraphicsProxyWidget. QGraphicsProxyWidget is (I think) intended for simple QWidgets, rather that a video player. So, it looks like I'm back to using KMPlayer to play video files for the Maemo 5 version.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: