开发者

Decode video raw data on Android

开发者 https://www.devze.com 2023-01-16 15:03 出处:网络
I would like to build a live streaming and viewer. The streaming is H264/MEPG4 raw dat开发者_运维技巧a.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消