&recordcodec
Lets you set the video recording codec
Sender-Side Option / Director Option! (&push
, &director
)
Aliases
&rc
Options
Example: &recordcodec=h264
Value | Description |
---|---|
| request the h264 codec |
| request the VP8 codec |
| request the VP9 codec |
| request the AV1 codec |
Details
Adding &recordcodec
to a source or director link lets you set the video recording codec (saving to disk mode; aka &record
). The container format is still WebM, and not all codecs are going to be supported, but things will fail back to vp8 if not supported. Main reason for this is because vp8 on chrome for android kinda stinks, so at least you have an option to tinker with things now.
As a guest or source side don't forget to add &record
to the URL to get the record button.
Related
&record&codec&pcmLast updated