PDA

View Full Version : How to configure QMediiaPlayer to support mjpeg?



ericg1234
3rd April 2016, 21:18
Hello Qt'ers,

Can anyone explain how to configure QImageReader to support mjpeg? I have configured & built Qte 5.5.0 to use GStreamer-1.0 and yet QImageReader.supportedImageFormats() returns only "jpeg". I would have thought that since the build configuration included the "-gstreamer 1.0" flag that no additional plugins would be required for mjpeg but apparently it is. The build environment is:

- Qte 5.5.0
- Ubuntu 12.04
- GStreamer-1.0 (installation confirmed by playing a video from the command line).

Any pointers on how to get configure it to play mjpeg would be much appreciated.

Regards,

Eric G.

anda_skoa
4th April 2016, 09:31
I would have thought that since the build configuration included the "-gstreamer 1.0" flag that no additional plugins would be required for mjpeg but apparently it is.
Can you point to the documentation which says that GStreamer would be used to enable the mjpeg image format plugin?

Cheers,
_