Add note for peertube runner dependencies
This commit is contained in:
parent
8ef866071f
commit
83b42f5a32
1 changed files with 9 additions and 0 deletions
|
@ -386,6 +386,15 @@ PeerTube >= 5.2 supports VOD or Live transcoding by a remote PeerTube runner.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
Ensure you have `ffmpeg` and `ffprobe` installed on your system:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ffprobe -version # Should be >= 4.3
|
||||||
|
ffmpeg -version # Should be >= 4.3
|
||||||
|
```
|
||||||
|
|
||||||
|
Then install the CLI:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo npm install -g @peertube/peertube-runner
|
sudo npm install -g @peertube/peertube-runner
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue