&h264profile
OpenH264 software encoding will be used
Last updated
OpenH264 software encoding will be used
Last updated
Viewer-Side Option! (&view
, &scene
, &room
)
Example: &h264profile=42e01f
Value | Description |
---|---|
(no value given) | disables hardware h264 encoding -> OpenH264 software encoding will be used, if H264 is used. This is the same as setting the value to |
| advanced users can also pass a 6-character h264 profile ID to the parameter to get used instead. This one triggers OpenH264. |
| just some examples of other h264 profiles you can try; these often will use the external hardware encoder on Windows systems. |
| has the h264 profile be left as the default browser default when the sender is an android |
&h264profile
if added to the viewer-side will tweak the h264 profile type.
Open264 software encoding can actually use less CPU than the Windows-selected hardware encoder, and in some cases will suffer from less video glitching. For this reason, it's the default profile ID that gets used when &h264profile
is added without a value.
Without using &h264profile
, it's up to the system to decide what profile is used, and whether hardware encoding or software encoding is used. There is no way to force hardware to be used at this time, but you can force software, which may actually use less CPU and will avoid video glitching that hardware encoders sometime have.
Hardware encoders can sometimes cause the video to puke, turn all green, pink, or grey, especially at lower resolutions. It really depends on the hardware and driver being used by the sender, so if you really want to use H264, but it's glitching, adding &h264profile
and enabling software-encoding can help there.
Advanced users can also pass a 6-character h264 profile ID to the parameter to get used instead. This flag will not force H264 to be used, but rather configures it in case h264 gets used. You can still use &codec
to set the codec to h264.
Example: https://vdo.ninja/?view=xxx&h264profile=42e01f&codec=h264&stats