owt-client-android icon indicating copy to clipboard operation
owt-client-android copied to clipboard

p2p : two clients publishing to each other with different codecs lead native crash

Open zhangyihui1 opened this issue 6 years ago • 3 comments

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

zhangyihui1 avatar Nov 15 '18 05:11 zhangyihui1

Please make clear if the crash is caused by publish or stopCapturer or dispose.

hankzh89 avatar Nov 15 '18 06:11 hankzh89

this bug crash caused by videoCapture.stopCapture()

zhangyihui1 avatar Nov 15 '18 06:11 zhangyihui1

this bug crash caused by videoCapture.stopCapture()

only by stopCapturer?

hankzh89 avatar Nov 15 '18 06:11 hankzh89