Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 391 Bytes

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