Qt 6.11 is out! See what's new in the release
blog
MediaPlayer using Qt
Mobile and Embedded
2
Posts
2
Posters
991
Views
1
Watching
-
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.)