ouxianghui / janus-client

c/c++ webrtc native janus client Qt opengl video-meeting video-room video-call text-room meeting chat
MIT License
178 stars 52 forks source link

app crash after release capturer #15

Open slwvr12 opened 1 year ago

slwvr12 commented 1 year ago

I encounter a crash issue if I release vcmcapturer successfully when leave the video room. The crash from visual studio 2019 is pointing to destructor of scoped_refptr but I have no idea which scoped_refptr varaible causes the crash. Do you have any idea how to debug this?