improve examples (#778)

This commit is contained in:
Alessandro Ros
2025-05-04 17:00:18 +02:00
committed by GitHub
parent 4e3c5e6c0d
commit cc0c96626c
55 changed files with 494 additions and 435 deletions

View File

@@ -11,9 +11,9 @@ import (
)
// This example shows how to
// 1. connect to a RTSP server
// 2. check if there's a Opus stream
// 3. save the content of the format in a file in MPEG-TS format
// 1. connect to a RTSP server.
// 2. check if there's a Opus stream.
// 3. save the content of the format in a file in MPEG-TS format.
func main() {
c := gortsplib.Client{}