bytedeco/javacv

Is it possible to stream MediaCodec outputbuffer to FFmpegFrameRecorder?

Open

#665 opened on Apr 6, 2017

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
enhancementhelp wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I'm trying to stream MediaCodec that records a surface over RTMP.

I understand that MediaCodec buffer is a raw h264 frame. How would I go about converting this to the correct format to feed to the FFmpegFrameRecorder?

Contributor guide