/easyPlayer

A simple player using FFmpeg on Android

Primary LanguageC

Summary

EasyPlayer is a tiny player base on FFmpeg 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