AndroidInstantVideo icon indicating copy to clipboard operation
AndroidInstantVideo copied to clipboard

展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等,做直播推流(用RTMP)。 Show the stream of Android video hardware encode, including video processing and video publishing by...

Results 7 AndroidInstantVideo issues
Sort by recently updated
recently updated
newest added

``` 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 ![screenshot_2018-07-22-13-58-54-582_com chillingvan instantvideo sample](https://user-images.githubusercontent.com/8851301/43044911-8e9009c6-8db7-11e8-8f9d-410477f9c576.png) 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())); ```