Closed kalgecin closed 2 years ago
no more memory leak it seems :) https://github.com/devopvoid/webrtc-java/pull/86/commits/5233d1e5a2abd55379d887591890ffabc13eefa3 fixed the issues with buffers
I'm not sure how "correct" my fix is :P but it works for me. Video stream comes in good and stable
Thank you! Sorry for the late response.
While profiling my application, i noticed some memory leaks
From these fixes, my application does not seem to have a memory leak, capable of running for hrs with only 100mb heap, compared to a few minutes before this patch. This is the first time I'm doing anything related to JNI, would like feedback on how viable my solutions are.