Add ffmpeg static build warning

This commit is contained in:
Chocobozzz 2024-04-02 11:00:53 +02:00
parent 121efedde2
commit 1d52f1f138
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -8,7 +8,7 @@ Main dependencies version supported by PeerTube:
* `yarn` 1.x (**must not be >=2.x**)
* `postgres` >=10.x
* `redis-server` >=6.x
* `ffmpeg` >=4.3
* `ffmpeg` >=4.3 (using a ffmpeg static build [is not recommended](https://github.com/Chocobozzz/PeerTube/issues/6308))
_note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported.