dtplayer is an open-source project based on C , aimed to provide multimedia playing service base on ffmpeg(linux version2.0+).
At present, dtplayer have provided examples on stream-demuxer-decoder-render modules. User can easily understand how to add new element.
User can also remove ffmpeg dependence through modifing makefile (set DT_FFMPEG = no), Then you will get an aac player for now.
For more details.
- install sdl2.0
- install ffmpeg
- make -f makefile-mac
- install sdl2.0
- install ffmpeg
- make -j8
- [Install ToolChain]
- Install [ffmpeg-android]
- ./build.sh android
- [dttv-desktop] - pc multimedia player
- [dttv-android]- android multimedia player
GPL v3.0