Skip to content

Is there a way to force height and width of video remote tracks? #2206

Answered by Sean-Der
asticode asked this question in General
Discussion options

You must be logged in to vote

@asticode Unfortunately there is nothing you can do as the receiver to force/request a certain resolution. On the client side you can configure it was Media Stream Constraints

You may not even need rtcp.ReceiverEstimatedMaximumBitrate. By default you should get bandwidth probing from the Feedback Reports (Transport Wide Congestion Control Reports) and then setting the constraints should get you what you need.

Another thing you should check out is Simulcast! It allows you to upload 3 video streams and you pick the resolution (low, med and high) which might be helpful if you are trying to get a specific resolution.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@alexpokotilo
Comment options

@Sean-Der
Comment options

@alexpokotilo
Comment options

Answer selected by Sean-Der
Comment options

asticode
May 7, 2022
Collaborator Author

You must be logged in to vote
1 reply
@Sean-Der
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2205 on May 06, 2022 15:51.