mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add note for peertube runner dependencies
This commit is contained in:
parent
8ef866071f
commit
83b42f5a32
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user