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

Allowing Configurable Simulcast Resolutions #156

Open
EmersonGGS opened this issue Apr 25, 2022 · 5 comments
Open

Allowing Configurable Simulcast Resolutions #156

EmersonGGS opened this issue Apr 25, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@EmersonGGS
Copy link

EmersonGGS commented Apr 25, 2022

Is your feature request related to a problem? Please describe.
By default while using the Publisher Simulcast feature, the client attempts to stream:

  • 1920x1080 at 30FPS
  • 960x540 at 30FPS
  • 480x270 at 30FPS

Instead of prioritizing multiple low quality videos, in some cases it would be more efficient to simulcast one high quality video and one low quality (for clients that have poor network or hardware conditions). For example:

  • 1920x1080 at 30FPS
  • 640x360 at 30FPS

Describe the solution you'd like
I would like to supply a configuration object during the Publish connect for simulcast instead of a boolean. This object could contain an array or resolutions to be targeted, with the SDKs current implementation as default (1920x1080, 960x540, 480x270).

@EmersonGGS EmersonGGS added the enhancement New feature or request label Apr 25, 2022
@murillo128
Copy link
Contributor

We are currently enabling simulcast via SDP mangling in the sdk which doesn't support adjusting the resolutions. We have plans to move to enabling simulcast via the transceivers api but it is a low priority for now

@murillo128 murillo128 self-assigned this Apr 26, 2022
@EmersonGGS
Copy link
Author

Understood, thanks for your response!

@nico-ramos
Copy link
Contributor

Closing this issue, this should be handled server-side and reported to https://support.dolby.io/hc/en-au

@murillo128
Copy link
Contributor

let's keep it open it is a good feature to add to the sdk.

@murillo128 murillo128 reopened this Sep 29, 2022
@danrossi
Copy link

revisiting this to add a rooms feature for millicast. the send encodings on the transeiver worked for me without the need for munging. I don't use the SDK but my own peer library. But hard to automate such config it looks like this. instead of resolutions the others are scaled down by a factor. trying to figure out how the scalability mode works with this. https://electroteque.org/plugins/videojs/rtcstreaming/demos/millicast-simulcast/

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

4 participants