Qt5.2 + QtMultimedia without GStreamer on Linux
-
I have build the Qt5.2 on the Linux with module webkit and qtmultimedia enabled. QtMultimedia have GStreamer-backend for audio/videos support.
But, my requirement is to build the Qtmultimedia with some other backend (other than gstreamer-backend) on LINUX.
Is there any other backend(other than GStreamer) on Linux supported by QtMultimedia? -
Hi,
"Here":http://qt-project.org/wiki/Qt_Multimedia_Backends you have a list of the various backends for each platform.
If you want a different backend, it's up to you to write the code to integrated it