diff --git a/README.md b/README.md index c70f810..8047267 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ These scripts rely on : - `ffmpeg` to generate the audio/video streams. Tested with ffmpeg versions: - 4.1.6 - 4.2.4 + - 4.3.5 - `bc` to compute the encoding buffer size from the specified video bitrate To install the dependencies on Debian 10 (Buster): @@ -22,6 +23,8 @@ There are 4 main scripts : send live stream and save a copy to file with static pattern, time overlay (seconds from start) and sine wave audio - stream_random_noise.sh send live stream and save a copy to file with random video, time overlay (seconds elapsed from start and local timestamp) and sine wave audio +- stream_v4l_device.sh + send a continuous live stream and save a copy to files, one every 10 minutes, with video from a V4L2 device, a timestamp overlay and sine wave audio or camera audio (see comments in the file) Run the scripts with no parameter for help. @@ -44,5 +47,3 @@ The other scripts are helpers that are just sortcuts to call the main scripts wi - stream_random_1080p_3600s.sh - stream_random_720p_300s.sh - stream_random_720p_3600s.sh - -