mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Update README.
This commit is contained in:
parent
8e3caa19f3
commit
39fb8afc00
1 changed files with 5 additions and 4 deletions
9
README
9
README
|
@ -236,12 +236,13 @@ Supported video codecs include:
|
|||
- `"vp8"` (compatible with all supported browsers);
|
||||
- `"vp9"` (better video quality, but incompatible with Safari);
|
||||
- `"av1"` (even better video quality, only supported by some browsers,
|
||||
recording is not supported);
|
||||
- `"h264"` (incompatible with Debian, Ubuntu, and some Android devices,
|
||||
recording is not supported).
|
||||
recording is not supported, SVC is not supported);
|
||||
- `"h264"` (incompatible with Debain and with some Android devices, SVC
|
||||
is not supported).
|
||||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue