docs: install optional ffmpeg dependencies
This commit is contained in:
parent
0344c518c9
commit
ab8299f8f4
2 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue