&height
Sets the maximum height of the video allowed in pixels
&h
Example:
&height=1080
Value | Description |
---|---|
(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://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.
Last modified 4mo ago