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

@@ -13,6 +13,7 @@ import (
// 1. connect to a RTSP server and read all tracks on a path
// 2. check if there's an H264 track
// 3. convert H264 into raw frames
// This example requires the ffmpeg libraries, that can be installed in this way:
// apt install -y libavformat-dev libswscale-dev gcc pkg-config