Update dependencies in README.md
This commit is contained in:
parent
8731946332
commit
f8cc54cdb5
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
@ -3,10 +3,14 @@
|
||||||
Scripts to generate video files and live streams for performance testing of PeerTube
|
Scripts to generate video files and live streams for performance testing of PeerTube
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
These scripts rely on ffmpeg to generate the videos files and RTMP streams.
|
These scripts rely on :
|
||||||
Tested with ffmpeg versions:
|
- `ffmpeg` to generate the audio/video streams. Tested with ffmpeg versions:
|
||||||
- 4.1.6
|
- 4.1.6
|
||||||
- 4.2.4
|
- 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
|
# Mains scripts
|
||||||
There are 4 main scripts :
|
There are 4 main scripts :
|
||||||
|
|
Loading…
Reference in a new issue