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

RTCScalableVideoCodecLayerStats added #559

Closed
wants to merge 1 commit into from
Closed

RTCScalableVideoCodecLayerStats added #559

wants to merge 1 commit into from

Conversation

henbos
Copy link
Collaborator

@henbos henbos commented Apr 21, 2020

Fixes #401


Preview | Diff

@henbos henbos requested a review from alvestrand April 21, 2020 08:12
@vr000m
Copy link
Contributor

vr000m commented Apr 21, 2020

Is this only for the sent SVC? what about received svc?

@henbos
Copy link
Collaborator Author

henbos commented Apr 21, 2020

Only sent for now, let's discuss if receiving metrics are useful

@alvestrand
Copy link
Contributor

WEBRTC-SVC doesn't define access to layers yet. Let's not do anything with it before the definition there lands.

@@ -392,6 +395,7 @@ <h3>
"codec",
"inbound-rtp",
"outbound-rtp",
"svc-layer",
Copy link
Contributor

Choose a reason for hiding this comment

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

we should also add an "SVC mode" value to the video RTP sender, I think.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes that makes sense!

@henbos
Copy link
Collaborator Author

henbos commented Apr 21, 2020

WEBRTC-SVC doesn't define access to layers yet. Let's not do anything with it before the definition there lands.

The per-layer access is discussed here: w3c/webrtc-svc#14 (comment)

Tag @Orphis if we want SVC stats this is blocked on the referenced SVC API. This stats PR is iceboxed in the meantime.

Base automatically changed from master to main February 15, 2021 08:08
@henbos henbos mentioned this pull request Aug 1, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SVC stats in RTC[In/Out]boundRtpStreamStats
3 participants