bytedeco/javacv
GitHub で見るIs it possible to stream MediaCodec outputbuffer to FFmpegFrameRecorder?
Open
#665 opened on 2017年4月6日
enhancementhelp wantedquestion
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?