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

Broadcast Behaviour in Firefox #14

Open
DamonOehlman opened this issue Apr 10, 2014 · 0 comments
Open

Broadcast Behaviour in Firefox #14

DamonOehlman opened this issue Apr 10, 2014 · 0 comments

Comments

@DamonOehlman
Copy link
Member

Consider the following call setup, between peers A and B:

  • A has a video stream and adds it to the peer connection
  • B has no video stream

In the case that B is assigned the "master" role from an rtc-signaller perspective, then it will be responsible for creating the initial offer. At the point that A receives this offer, because B has streams in the SDP it will not provide any of its streams in the answer. This is a limitation in the current firefox implementation and as such not supported at this current stage in the rtc.io modules.

A potential fix to this (if Firefox do not support this behaviour soon) is that we can ensure that the peer with the video stream (A) in this case is assigned the master role.

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