bytedeco/javacv
Ver no GitHubIs it possible to stream MediaCodec outputbuffer to FFmpegFrameRecorder?
Open
#665 aberto em 6 de abr. de 2017
enhancementhelp wantedquestion
Métricas do repositório
- Stars
- (6.985 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 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?