android-webrtc-tutorial icon indicating copy to clipboard operation
android-webrtc-tutorial copied to clipboard

Draw text on camera surface and Glsurfaceview and Live stream simultaneously not working

Open shahparth99999 opened this issue 7 years ago • 0 comments

I have to live stream my camera preview on GlSurfaceview.

At the same time I want to put objects on my camera preview surface, draw text on the surface and live stream that all using WebRTC.

I am using below GitHub sample for WebRTC. https://github.com/pchab/AndroidRTC

From the above sample, I can stream my surface but not working drawing text on the surface and stream that simultaneously.

I have tried to customize Renderer class to draw text and stream but it's not working.

shahparth99999 avatar Nov 15 '18 06:11 shahparth99999