# LitePlayer **Repository Path**: wits100/LitePlayer ## Basic Information - **Project Name**: LitePlayer - **Description**: 轻量级媒体播放器 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LitePlayer 轻量级实时媒体播放器 ## 目录结构 build 构建脚本 comn 通用类库 DemoLib C接口Demo DemoLitePlayer C++接口 MFC demo DemoQt QT demo(windows 下vs2015编译) doc 文档目录 LitePlayer 播放器库 third_party 第三方类库 WinLitePlayer windows 播放器 ## 构建 cmake 构建 ### windows 构建 build\buildApp.bat ### linux 构建 mkdir gcc cd gcc cmake .. && make