QT VLC-QT
-
wrote on 18 Oct 2015, 07:47 last edited by
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.
-
wrote on 20 Oct 2015, 02:05 last edited by
Nope, there isn't any error message. The program just crashed.
Is there any dll file or what that must be added to the project path So that it will work? -
Do a small search on the forum, there was already a thread about Qt-VLC last week that might help you.
4/4