penmatsa

Results 22 comments of penmatsa

@pranishres Hi pranishres, please provide details for recording video via the vlc-android sdk. thanks

Hello, Need to add library for resampling Link: https://github.com/google/oboe/blob/main/src/flowgraph/resampler/README.md#building-the-resampler Thanks

Thanks @pedroSG94 ,Even we removed BitrateApdater for Video MediaCodec but enabled for stream client.we are absorbing low quality video's in low network conditions Please help us to make "Video recording...

Thanks @pedroSG94 for your time. Is there any feature that support's segmented(15minutes) video file while recording without lossing any frames between video segmentation.

Hello, We are using Camera2Source for streaming and recording . we are testing on Android 12 device. Will try adding Service with Camera2Source. @pedroSG94 Thanks.

Hello, Getting below error when using camera2Source with foreground Service and app is put in background java.lang.RuntimeException: drawScreen end. GL error: 1285 com.pedro.encoder.utils.gl.GlUtil.checkGlError(GlUtil.java:132) com.pedro.encoder.input.gl.render.ScreenRender.draw(ScreenRender.java:162) com.pedro.encoder.input.gl.render.ScreenRender.drawEncoder(ScreenRender.java:113) com.pedro.encoder.input.gl.render.MainRender.drawScreenEncoder(MainRender.kt:72) com.pedro.library.view.GlStreamInterface.draw(GlStreamInterface.kt:233) com.pedro.library.view.GlStreamInterface.onFrameAvailable$lambda$9(GlStreamInterface.kt:268) com.pedro.library.view.GlStreamInterface.$r8$lambda$BAtYl6ZVCZbXX960JSr5g3IQUyw(Unknown Source:0)...

Hi @pedroSG94, Camera2Source RTMP streaming in background service is working good only when Android view filter is removed. please suggest steps to add Android view filter with backgound streaming. Thanks