# MediaPlayer **Repository Path**: deepvision2021/media-player ## Basic Information - **Project Name**: MediaPlayer - **Description**: 使用C++ ffmpeg实现的播放器,可自定义解码显示函数 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/chendilin/media-player - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2023-08-28 - **Last Updated**: 2023-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 在ubuntu中播放依赖:alsa和sdl库 编译在ubuntu中运行的版本: cd media-player mkdir build && cd build cmake .. -D HOST make 编译在RK中运行的版本: cd media-player mkdir build && cd build cmake .. -D RK make 运行: ./MediaPlayer url