mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
add sample credentials to client examples (#696)
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
existingStream = "rtsp://x.x.x.x:8554/mystream"
|
||||
existingStream = "rtsp://myuser:mypass@x.x.x.x:8554/mystream"
|
||||
reconnectPause = 2 * time.Second
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user