How to stream the video using VLC-QT wrapper
问题 I want to stream the video using RTSP, HTTP and UDP as they are supported by vlc . I am using Qt5 and as Qt don't have that much good media libraries so I go for open source and now using libvlc through VLC-Qt wrapper. I am able to receive the stream videos in my program, The source code for receiving the streaming video is given below void player::on_actionNETWORK_STREAM_triggered() { QString url= QInputDialog::getText(this,tr("Open Url"),tr("Enter the URL you want to play")); if(url.isEmpty