ZLMediaKit / ZLMRTCClient.js

MIT License
66 stars 26 forks source link

停止推流的方法Close方法,有时摄像头的调用没有停止 #14

Closed Sound-Snows closed 3 months ago

Sound-Snows commented 3 months ago

是resolutionfind.js中GetSupportCameraResolutions和isSupportResolution导致,MediaFactory.MediaStreamFactory.createMediaStream使用后需要调用stream.getVideoTracks().forEach(track => track.stop());