Muxing camera preview h264 encoded elementary stream with MediaMuxer

后端 未结 2 718
有刺的猬
有刺的猬 2021-01-05 14:17

I am working on an implementation of one of the Android Test Cases regarding previewTexture recording with the new MediaCodec and MediaMuxer API\'s of Android 4.3.

I

2条回答
  •  礼貌的吻别
    2021-01-05 15:09

    As @fadden points out, this is a disk write issue that occurs mostly on devices with lower writing flash speeds or if you try to write to the SD card.

    I have written a solution on how to buffer MediaMuxer's write in a similar question here.

提交回复
热议问题