&height
Sets the maximum height of the video allowed in pixels
Sender-Side Option! (&push
)
Aliases
&h
Options
Example: &height=1080
Value | Description |
---|---|
(some positive integer value) | height in px |
Details
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/supports will list the support resolutions of your default camera.
https://webrtchacks.github.io/WebRTC-Camera-Resolution/ 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.
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.
Related
&width&aspectratio&qualityLast updated