mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
add client-read-pause example
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user