[android-developers] Decode video raw data

2010-09-16 Thread caxton
Hi, I would like to build a live streaming and viewer. The streaming is H264/MEPG4 raw data. 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 -- You received this message because you are subscribed t

[android-developers] Decode video raw data

2010-09-16 Thread caxton
Dear all: Is there any good way to decode video raw data such as H264 and MPEG4? I try to develop a live viewer which receives video frame from Internet. So, I need a decoder to decode these raw data. Porting ffmpeg library seems a good idea, but there are only few information about this. There a