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

@@ -63,7 +63,7 @@ func main() {
}
// parse URL
u, err := base.ParseURL("rtsp://localhost:8554/mystream")
u, err := base.ParseURL("rtsp://myuser:mypass@localhost:8554/mystream")
if err != nil {
panic(err)
}