diff --git a/examples/server-tls/main.go b/examples/server-tls/main.go index 4b8af115..6a896cd1 100644 --- a/examples/server-tls/main.go +++ b/examples/server-tls/main.go @@ -148,7 +148,7 @@ func main() { s := &gortsplib.Server{ Handler: &serverHandler{}, TLSConfig: &tls.Config{Certificates: []tls.Certificate{cert}}, - RTSPAddress: ":8554", + RTSPAddress: ":8322", } // start server and wait until a fatal error