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

Properly deal with the "fake / pilot stream" created by Chrome #33

Open
DamonOehlman opened this issue Oct 29, 2014 · 0 comments
Open

Comments

@DamonOehlman
Copy link
Member

When quickconnect is used in reactive mode, and no data or media is added prior to creating a connection it is common to see a stream:added event for a fake stream that is added by Chrome to assist with correctly negotiating ice connectivity for the peer connection.

At this stage this new default stream is triggering a stream:added event when first created, but is no stream:removed event when the fake stream is replaced by a real media stream. This needs to be investigated and resolved so that either the stream:added event is never triggered for the connection (see previous investigation in #31) or a stream:removed event is triggered once real media starts to flow (the second approach being more realistic).

ref: rtc-io/rtc-screenshare#2 +@santhoshreddyk

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

No branches or pull requests

1 participant