QML video player, select tracks/streams
Unsolved
General and Desktop
-
I have QML video player. It works nice.
Now I need to switch video tracks/streams.
On Linux that was solved by opening video file through gst-pipeline with corresponding options.
On Win I have some difficult as can't understand how this should be done.
I'm on 5.12.6/5.14 Qt version (any applicable for me) and gstreamer should be supported but I have not found that.
Can somebody help me with:- building gstreamer Qt/qtMM plug-in on Win for 5.12.6/5.14
- switch video tracks using DirectShow
- should I use WMF?