docs: install optional ffmpeg dependencies

This commit is contained in:
老周部落 2024-03-08 21:56:17 +08:00
parent 0344c518c9
commit ab8299f8f4
No known key found for this signature in database
GPG key ID: C72181CD85C6B738
2 changed files with 14 additions and 0 deletions

View file

@ -111,6 +111,13 @@ sudo apt update
sudo apt install -y -V redis python3 build-essential sudo apt install -y -V redis python3 build-essential
``` ```
## Install optional ffmpeg dependencies
```sh
sudo apt update
sudo apt install -y -V ffmpeg
```
## Download and configuration Firefish ## Download and configuration Firefish
1. Download Firefish and Copy example configuration file. 1. Download Firefish and Copy example configuration file.

View file

@ -165,6 +165,13 @@ example.tld {
3. Running `sudo systemctl restart caddy` to apply. 3. Running `sudo systemctl restart caddy` to apply.
## Install optional ffmpeg dependencies
```sh
sudo apt update
sudo apt install -y -V ffmpeg
```
## Download and configuration Firefish ## Download and configuration Firefish
1. Download Firefish and Copy example configuration file. 1. Download Firefish and Copy example configuration file.