Add note for peertube runner dependencies

pull/5897/head
Chocobozzz 2023-07-06 16:59:20 +02:00
parent 8ef866071f
commit 83b42f5a32
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 9 additions and 0 deletions

View File

@ -386,6 +386,15 @@ PeerTube >= 5.2 supports VOD or Live transcoding by a remote PeerTube runner.
### 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
sudo npm install -g @peertube/peertube-runner
```