Skip to content

Extract video resolution #2285

Discussion options

You must be logged in to vote

Hey @kisasexypantera94

One thing to note is the video resolution will dynamically change during the call (if using libwebrtc or other clients with BWE).

1.) This could work! This will be codec specific, but if doing H264 you can get this from the SPS/PPS.

2.) Some RTP Payloaders (AV1) include this in the OBU. Making it even easier then above.

3.) No information in the SDP will be helpful.

4.) You could get the information via getStats on the clients and send it via your signaling.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kisasexypantera94
Comment options

Answer selected by Sean-Der
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2282 on July 19, 2022 18:15.