ethand91 / mediasoup-ios-client-sample

Sample iOS mediasoup client sample
38 stars 13 forks source link

The opening and closing of cameras #6

Closed a42279395 closed 4 years ago

a42279395 commented 4 years ago

When I repeat to open, close the camera, could lead to a surge in memory.Should I open again, close the camera, how to correctly handle?

ethand91 commented 4 years ago

Sorry for the late response. when closing the camera, does setting the video capturer instance to nil help?

a42279395 commented 4 years ago

Thanks for your reply, I have tried! But it didn't work.

ethand91 commented 4 years ago

This may be an issue with the libwebrtc library, could you try checking there?