improve examples (#708)

This commit is contained in:
Alessandro Ros
2025-02-22 14:28:02 +01:00
committed by GitHub
parent 3829fef787
commit 90cac184c9
58 changed files with 1593 additions and 929 deletions

View File

@@ -18,7 +18,7 @@ import (
// 3. decode the VP8 stream into RGBA frames
// This example requires the FFmpeg libraries, that can be installed with this command:
// apt install -y libavformat-dev libswscale-dev gcc pkg-config
// apt install -y libavcodec-dev libswscale-dev gcc pkg-config
func main() {
c := gortsplib.Client{}