Commit 39fb8afc authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Update README.

parent 8e3caa19
...@@ -236,12 +236,13 @@ Supported video codecs include: ...@@ -236,12 +236,13 @@ Supported video codecs include:
- `"vp8"` (compatible with all supported browsers); - `"vp8"` (compatible with all supported browsers);
- `"vp9"` (better video quality, but incompatible with Safari); - `"vp9"` (better video quality, but incompatible with Safari);
- `"av1"` (even better video quality, only supported by some browsers, - `"av1"` (even better video quality, only supported by some browsers,
recording is not supported); recording is not supported, SVC is not supported);
- `"h264"` (incompatible with Debian, Ubuntu, and some Android devices, - `"h264"` (incompatible with Debain and with some Android devices, SVC
recording is not supported). is not supported).
Supported audio codecs include `"opus"`, `"g722"`, `"pcmu"` and `"pcma"`. Supported audio codecs include `"opus"`, `"g722"`, `"pcmu"` and `"pcma"`.
There is no good reason to use anything except Opus. Only Opus can be recorded to disk. There is no good reason to use
anything except Opus.
A user definition is a dictionary with the following fields: A user definition is a dictionary with the following fields:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment