simplewebrtc / SimpleWebRTC

Simplest WebRTC ever
Other
4.64k stars 1.2k forks source link

Video feeds duplicating #746

Open dcotoz opened 5 years ago

dcotoz commented 5 years ago

First of all, love this library.

I'm having a small problem though, in my tool there's a local feed and a remote feed, everything works fine for a while but after 20/30 mins, both local and remote feed duplicate by themselves, they are added as if they're new "peer" per se.

this is my configuration:

webrtc = new SimpleWebRTC({ localVideoEl: 'publisherDiv', remoteVideosEl: '', autoRequestMedia: true, media: mediaOptions, enableDataChannels:false, nick: name, debug: false, url: l_url });

Any ideas or clue would be greatly appreciated, thanks!