Skip to content

FFPlayer_SDL Introduction

faywong edited this page Apr 23, 2013 · 1 revision

#Summary#

FPlayer_SDL is an abbreviation for "Android platform media player backed by FFMpeg & SDL".
FFMpeg is a great project for multimedia development which supports comprehensive file formats, protocols, codecs. I adopt it for media content decoding & streaming.
SDL is a low-level & cross-platform library for media input/render accessing & utility support. I adopt it as an effective render mechanism. 

#Feature# FFPlayer_SDL aims to be a simple, user-friendly android media player with these basic features: ##Local filesystem file playback## Ordinary format/codecs ##Playback control## Such as play, pause, seek, previous/next charpter ##Network streaming## As a receiver in network streaming ##Media meta-data scanner/retrieve## Enable user to find the meta-data of some media content(local or network)

#Development plan# 1) media scanner(Most Urgent) 2) media control(Second Urgent) 3) media meta-data display/query

#License info# GNU General Public License

Clone this wiki locally