An android rtp player
RtpPlayer demostrates a simple rtp stream player on android.
currently the player supports the following codecs:
- vp8
- h264(avc)
- opus
the solution incorporates 8 projects:
- RtpPlayer
-- the rtp player - MediaCodec
-- A/V codec wrapper - libvpx
-- the vp8 codec - libx264
-- the h264 encoder - opus
-- the opus codec - ffmpeg
-- the h264 decoder - pro
-- close-sourced platform api wrapper(locks and threads etc.) - asio
-- the asio library(http://think-async.com/)