haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
178 stars 107 forks source link

Application getting crash on VideoTrack.removeSink #75

Open pintukumarpatil opened 1 year ago

pintukumarpatil commented 1 year ago

track.removeSink(renderer); in BindingAdapter

Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x50 in tid 23586 !libmediasoupclient_so.so (Java_org_webrtc_VideoTrack_nativeRemoveSink+6) (BuildId: d90348112037bfc9b825eb9cf196d3d39503c2e1)

previously it was working fine with org.mediasoup.droid:mediasoup-client:3.0.8-beta-3

pintukumarpatil commented 1 year ago

@haiyangwu could you please share solution in this case with the updated sdk crashing on videotrack.removeSink(renderer)