Playing multiple video using libvlc and Qt
I have created a sample application in Qt where i have to display camera stream in a 2x2 grid. I am using libvlc to play the stream and i am able to display the video as well. But i am facing few issues Vlc is creating a separate window to render the video. Its not displayed on the area provided by Qt Application. Here is my code void playerView::createPlayer() { const char *const vlc_args[] = { "--avcodec-hw=any", "--plugin-path=C:\QtSDK\vlc-2.2.1\plugins" }; vlcinstance = libvlc_new(sizeof(vlc_args) / sizeof(vlc_args[0]), vlc_args); const char* url = "rtsp://<camera ip>/cam0_0"; /* Create a