MediaPlayer using Qt
-
Hi,
I am posting this to know whether a media player can be developed with Qt5 without using *gstreamer *plugins as backend.Is there any other backend engine available in embedded linux platform to play media files other than gstreamer. I am using intel X86 32 bit architecture.Thanks in advance.
-
Hi,
The only alternative would be to implement your own backend. Other backends might have been already done, you would have to look for vlc or ffmpeg backends (however I don't know if they exists.)