penmatsa
penmatsa
Hi, i am able to stream Live IP Camera(RTSP) feed to Textureview,need to add overlay on top of Textureview and then capture Textureview(blending both preview frame and overlay frame) to...
OpenCVLoader.initDebug() return error: java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String org.opencv.core.Core.getBuildInformation_0() I'm using Android Studio 3.4 version
Thanks @pedroSG94 for Great Library. We are implementing video ads feature when RTMP streaming is in progess by "SurfaceRenderFilter" for Video packets And AudioFileSource for sending Audio Packets. Issue when...
Hello, RTMP Streaming using GenericStream and TextureView working good when activity is in foreground, but when app is put in background RTMP streaming stops. NOTE: Can't use Media Projection as...
Hi @pedroSG94, we tried with webview as overlay filter but its not showing full screen in landscape mode. Here is my code //Main Activity Layout // Inflate Views from xml...
When we RTMP stream and record local mp4 video's at same time . In Low network conditions frames are dropped by mediamuxer when RTMP pipline is slow due to low...
I want to live stream to RTMP and record locally at the same time in android. Can you point to an example or suggest the best approach to achieving that...
Hi, RTMP connection completely disconnects with low internet conditions. Video settings: Width : 1280 Height: 720 FPS:30 H264,ACC codecs library version : 2.5.5
Hi @pedroSG94, When low internet connection avoid RTMP disconnection when upload bytes is zero.please provide any suggestion. Thanks