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

Bugfixes with multicodec simulcast #349

Merged
merged 4 commits into from
Sep 2, 2023
Merged

Bugfixes with multicodec simulcast #349

merged 4 commits into from
Sep 2, 2023

Conversation

davidzhao
Copy link
Member

  • No longer require explicit settings in BackupVideoCodec
  • Fix crashes when backupCodec isn't set
  • Avoid using default settings, instead use the track's publication options
  • Correctly set SVC codec layers

* Avoid using default settings, instead use the track's publication options
* Correctly set SVC codec layers
@davidzhao
Copy link
Member Author

davidzhao commented Sep 1, 2023

There's one remaining issue, which is when AV1 is used, the publisher's connection quality is marked POOR. This doesn't happen when no subscriber is in the room.

Copy link
Contributor

@cloudwebrtc cloudwebrtc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cloudwebrtc
Copy link
Contributor

cloudwebrtc commented Sep 2, 2023

There's one remaining issue, which is when AV1 is used, the publisher's connection quality is marked POOR. This doesn't happen when no subscriber is in the room.

Yes, I have observed this, but the ConnectionQualityInfo seems to be sent by SFU, is it possible that the server is not calculating the AV1 quality accurately? When I received the POOR, the publisher reported from rtcStats that the total sending bit rate was about 2500kbps.

image image

and the subscribers show POOR quality even when they are subscribing with good quality

image

@cloudwebrtc cloudwebrtc merged commit 9339f92 into main Sep 2, 2023
7 checks passed
@cloudwebrtc cloudwebrtc deleted the dz-simplify branch September 2, 2023 02:56
Parfyonator pushed a commit to Parfyonator/client-sdk-flutter that referenced this pull request Sep 4, 2023
* Attempt to simplify example app

* * Fix crashes when backupCodec isn't set
* Avoid using default settings, instead use the track's publication options
* Correctly set SVC codec layers

* fix import_sorter.

* fix flutter analyzer.

---------

Co-authored-by: cloudwebrtc <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants