Qt phonon video player example C++ or python

cppb picture cppb · Mar 17, 2010 · Viewed 19.1k times · Source

Does anyone have a working example of a video player built using Qt phonon? (in C++ )

See my related question here . I am unable to build one using Python.

Answer

Exa picture Exa · Apr 1, 2010

A working example of a video player built using Qt phonon: Dragon Player

And here you find the Mplayer created with Phonen too, including all the sources: Phonon MPlayer. You need to login, then you can browse the source code by clicking on "Source" and then "Browse".

EDIT: Oh, and of course the Media Player Example in the Qt Assistant, you should have a look at this, too. It plays both audio and video.