Update dependencies in README.md

This commit is contained in:
Lab 8916100448256 2020-12-04 11:00:07 +01:00
parent 8731946332
commit f8cc54cdb5
1 changed files with 8 additions and 4 deletions

View File

@ -3,10 +3,14 @@
Scripts to generate video files and live streams for performance testing of PeerTube
## Dependencies
These scripts rely on ffmpeg to generate the videos files and RTMP streams.
Tested with ffmpeg versions:
- 4.1.6
- 4.2.4
These scripts rely on :
- `ffmpeg` to generate the audio/video streams. Tested with ffmpeg versions:
- 4.1.6
- 4.2.4
- `bc` to compute the encoding buffer size from the specified video bitrate
To install the dependencies on Debian 10 (Buster):
`sudo apt install ffmpeg bc`
# Mains scripts
There are 4 main scripts :