RootEncoder icon indicating copy to clipboard operation
RootEncoder copied to clipboard

push texture from diff source

Open soham24 opened this issue 3 years ago • 2 comments

I am using https://github.com/CainKernel/CainCamera to render filters, I need to push this stream using your library.

I am using CameraTextureView specifically, which extends textureview. https://github.com/CainKernel/CainCamera/blob/master/cameralibrary/src/main/java/com/cgfay/camera/widget/CameraTextureView.java

@pedroSG94 @cainkernel

soham24 avatar Dec 28 '21 10:12 soham24

Sorry but implement that library with my library is not worth due to the time to study and develop it.

If you can get a way to extract raw h264 and AAC buffers from that library you can use RtmpClient or RtspClient class directly to stream.

pedroSG94 avatar Dec 28 '21 12:12 pedroSG94

thats fair. @pedroSG94 this given library gives method to record video via ffmpeg . I think I need to explore more in this direction to get h264 data .

soham24 avatar Dec 29 '21 07:12 soham24

Closing as inactive

pedroSG94 avatar Feb 26 '24 09:02 pedroSG94