Hi, I am developing a QWidget that wraps VLC (3.0.16), using libvlc media player API functions to set the RTSP URL, play, pause etc. The code compiles and I can use multiple instances of the widget in my Qt based program (WinCC OA), and I can successully play, pause and stop RTSP streams from an ext...