# VLC_QT_VS2015 **Repository Path**: sueble/vlc_qt_vs2015 ## Basic Information - **Project Name**: VLC_QT_VS2015 - **Description**: QT和VS2015引入VLC库实现多屏播放rtmp流的简单demo - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-10-17 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QtPlayer ## Preview ![preview](./preview.png) ## Introduction - **A sample multi-screen media player.** - **Support to view up to 16 videos at the same time.** - **Support both local file, rtsp and rtmp media stream.** - **Used VS2015, Qt and VLC** - **It's a demo.** ## Compile ### Windows - 1) Install VS2015 or VS2017. - 2) Install Qt. - 3) Install "Qt VS tools" (https://download.qt.io/archive/vsaddin/qt-vs-tools-msvc2015-2.1.1.vsix). - 4) Configure Qt path in Visual Studio. - 5) Open "QtPlayer.sln" with VS, build and run it. ### ~~Linux~~