# easyPlayer **Repository Path**: docname/easyPlayer ## Basic Information - **Project Name**: easyPlayer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-16 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Summary EasyPlayer is a tiny player base on [FFmpeg](http://ffmpeg.org/) for Android, Aim to demonstrate how to decode av stream and render on an Android phone. We try to keep the code simple, and interface of the player is nearly the same as Android's MediaPlayer. ## main technique - FFmpeg decode - opensles render audio on native level - native window render video on native level