Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video feeds duplicating #746

Open
dcotoz opened this issue Oct 1, 2018 · 0 comments
Open

Video feeds duplicating #746

dcotoz opened this issue Oct 1, 2018 · 0 comments

Comments

@dcotoz
Copy link

dcotoz commented Oct 1, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant