Skip to content

JasonXiao001/easyPlayer

Repository files navigation

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

About

A simple player using FFmpeg on Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages