AndroidInstantVideo
AndroidInstantVideo copied to clipboard
展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等,做直播推流(用RTMP)。 Show the stream of Android video hardware encode, including video processing and video publishing by...
``` private void drawVideoFrame(ICanvasGL canvasGL, @Nullable SurfaceTexture outsideSurfaceTexture, @Nullable BasicTexture outsideTexture) { // Here you can do video process // 此处可以视频处理,例如加水印等等 if(textureFilterLT == null) { textureFilterLT = new BasicTextureFilter(); }...
Black screen appears on the push stream and the sound is not continuous, Thanks.
Next example record video weirdly, it drops a lot of frames, not smooth What could be the issue? ``` public class TestMp4MuxerActivity2 extends AppCompatActivity { private CameraStreamPublisher streamPublisher; private CameraPreviewTextureView...
这是什么原因,如何加入声音?
I tried TestCameraAndVideoActivity sample, but what does it do? Does it write to a file? I could not find this video file  Also it has many...
Honor 手机 NTH-AN00 android 12 api 31, 运行推流一段时间后,会出现如下错误 android.media.MediaCodec$CodecException: Error 0xffffffde 代码:MediaCodecInputStream 138行 ```java readSize = is.read(readBuf, 0, readBuf.length); onReadAllCallback.onReadOnce(readBuf, readSize, copyBufferInfo(is.getLastBufferInfo())); ```