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

Support simulcast #8

Open
sax opened this issue Mar 29, 2022 · 1 comment
Open

Support simulcast #8

sax opened this issue Mar 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@sax
Copy link
Member

sax commented Mar 29, 2022

Is it possible to have multiple peer connections running in one instance of the NIF, and have simulcast work?

Does this require all media packets to bubble out into Elixir, or could this be done with only RTCP feedback packets?

@sax sax added the enhancement New feature or request label Mar 29, 2022
@sax
Copy link
Member Author

sax commented Mar 30, 2022

This is lower priority for me than other things, and is obviously gated on being able to stream tracks. Tracking it as an issue as a place for recording thoughts and relevant links.

See: https://github.com/webrtc-rs/examples/tree/5a0e2861c66a45fca93aadf9e70a5b045b26dc9e/examples/simulcast.

I could see this done in at least two ways:

  • Keep everything in Rust, and make it transparent to users of the library
  • Receive feedback reports in Elixir, and the minimum set of functions required to change tracks

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

No branches or pull requests

1 participant