I would like to build a live streaming and viewer. The streaming is H264/MEPG4 raw dat开发者_运维技巧a. How to decode these raw data on Android? I can not find usable API in Android SDK to do it. And suggestion is welcome. Thanks in advance.
Caxton
I use ffmpeg to decode live streaming.
Use MediaCodec API (since 4.1). Sample code here on David Marques's blog.
精彩评论