How to link the video playback in qml application to use vlc library instead of gstreamer library. Because I get an error "gstreamer encountered general stream error"
Asked
Active
Viewed 328 times
0
-
I think that QtMultimedia has only GStreamer plugins. – Velkan Aug 30 '16 at 08:03
-
Yes but I am gettings errors on the gstreamer so i wanted to go to libVLC – AmazingQt Aug 30 '16 at 12:12
-
export GST_DEBUG=*:5 and see what's the general stream error is all about first. – soupybionics Aug 31 '16 at 05:33