add client-read-republish example (#91)

This commit is contained in:
aler9
2022-02-19 15:11:37 +01:00
parent 0515539831
commit 7f799ffea8
5 changed files with 72 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ import (
// 2. check if there's a H264 track
// 3. convert H264 into raw frames
// 4. encode the frames into JPEG images and save them on disk
// This example requires the ffmpeg libraries, that can be installed in this way:
// apt install -y libavformat-dev libswscale-dev gcc pkg-config