add client-read-pause example

This commit is contained in:
aler9
2020-11-19 11:20:23 +01:00
parent ca060556b0
commit 8a8a8d9b5a
7 changed files with 80 additions and 14 deletions

View File

@@ -9,8 +9,9 @@ import (
"github.com/aler9/gortsplib/pkg/base"
)
// This example shows how to connect to a server and print informations about
// tracks published on a path.
// This example shows how to
// * connect to a RTSP server
// * query and print informations about tracks published on a path.
func main() {
u, err := base.ParseURL("rtsp://myserver/mypath")