add sample credentials to client examples (#696)

This commit is contained in:
Alessandro Ros
2025-02-10 15:45:27 +01:00
committed by GitHub
parent ed078672e4
commit 770549f223
40 changed files with 41 additions and 41 deletions

View File

@@ -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
)