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

Device duplicated in DetectRTC #277

Open
avspeed opened this issue Nov 2, 2016 · 0 comments
Open

Device duplicated in DetectRTC #277

avspeed opened this issue Nov 2, 2016 · 0 comments

Comments

@avspeed
Copy link

avspeed commented Nov 2, 2016

Hello Muaz,

Sometimes in DetectRTC a video device gets duplicated. It only happens sometimes and I cannot pinpoint the reason why .. it seems really random. Have you seen this before ? As you can see below, the deviceId is the same

image

Looking at the rmc3.js code .. it should never happen ..

`                   if (device.kind === 'videoinput') {
                        hasWebcam = true;

                        if (videoInputDevices.indexOf(device) === -1) {
                            videoInputDevices.push(device);
                        }
                    }`
muaz-khan added a commit that referenced this issue Nov 2, 2016
// to test on LAN
connection.iceServers = [];

https://rtcmulticonnection.herokuapp.com is NOT using latest updates
yet (out of socket.io incompatibility). All (heroic link) users have to
use (upgrade to) /socket.io/socket.io.js instead of using
CDN.WebRTC-Experiment.com/socket.io.js
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