QT VLC-QT
-
I am trying accept a udp video stream instead of a local video file.I am using the vlc-qt library in my project.
instance = new VlcInstance(VlcCommon::args(), this);
player = new VlcMediaPlayer(instance);
player->setVideoWidget();//accepts a widgetHowever, my program crashes when the vlc instance is created. Please advice.
-
Hi and welcome to devnet,
Do you have any error messages ?
You should also try to contact the library's authors about that.
-
Do a small search on the forum, there was already a thread about Qt-VLC last week that might help you.