update docs

This commit is contained in:
aler9
2021-08-25 23:28:07 +02:00
parent d744a2e0d3
commit 359409aaf9
5 changed files with 11 additions and 11 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 whether there's an H264 track
// 3. get H264 NALUs of that track
func main() {