mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
improve examples (#778)
This commit is contained in:
@@ -13,10 +13,10 @@ import (
|
||||
)
|
||||
|
||||
// This example shows how to
|
||||
// 1. connect to a RTSP server and read all medias on a path
|
||||
// 2. wait for 5 seconds
|
||||
// 3. pause for 5 seconds
|
||||
// 4. repeat
|
||||
// 1. connect to a RTSP server and read all medias on a path.
|
||||
// 2. wait for 5 seconds.
|
||||
// 3. pause for 5 seconds.
|
||||
// 4. repeat.
|
||||
|
||||
func main() {
|
||||
c := gortsplib.Client{}
|
||||
|
Reference in New Issue
Block a user