bytedeco/javacv

Is it possible to stream MediaCodec outputbuffer to FFmpegFrameRecorder?

Open

#665 aperta il 6 apr 2017

Vedi su GitHub
 (11 commenti) (0 reazioni) (0 assegnatari)Java (1583 fork)batch import
enhancementhelp wantedquestion

Metriche repository

Star
 (6985 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor