Sets the maximum height of the video allowed in pixels
Sender-Side Option! (&push)
&push
&h
Example: &height=1080
&height=1080
(some positive integer value)
height in px
Sets the maximum height of the video allowed in pixels.
Actual height may be less based on bandwidth allowances.
Limiting the height can force the camera to use higher frame rates.
Limiting the height can reduce the CPU load.
https://vdo.ninja/supportsarrow-up-right will list the support resolutions of your default camera.
https://webrtchacks.github.io/WebRTC-Camera-Resolution/arrow-up-right Is a tool to help you find the resolutions supported by your camera.
You can use &scale=50 also, as a viewer, to scale down a selected width/height to something more exact.
&scale=50
If the camera cannot support the height, it will fail.
You can get 4K by adding &width=3840&height=2160 to the source link if the camera supports it.
&width=3840&height=2160
Last updated 2 years ago
Was this helpful?