owt-client-android
owt-client-android copied to clipboard
p2p : two clients publishing to each other with different codecs lead native crash
one android devices create two p2pclient 1: client1 connect server with videoCodec vp8 2: client2 connect server with videoCodec h264 3: client1 and client2 addAllowRemoteId each other 4: client1 and client2 publish same localStream each other 5: videoCapture.stopCapture() 6: localstream.dispose()
test 10 times will crash one times crash.log
Please make clear if the crash is caused by publish or stopCapturer or dispose.
this bug crash caused by videoCapture.stopCapture()
this bug crash caused by videoCapture.stopCapture()
only by stopCapturer
?