update docs

This commit is contained in:
aler9
2022-02-18 10:05:44 +01:00
parent 433426ff07
commit a7ce5b7a53
6 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import (
// This example shows how to
// 1. connect to a RTSP server and read all tracks on a path
// 2. check whether there's a H264 track
// 2. check if there's a H264 track
// 3. save the content of the H264 track to a file in MPEG-TS format
func main() {