This commit is contained in:
aler9
2022-04-16 16:09:17 +02:00
parent f5cd130601
commit 5338d9ab4c

View File

@@ -148,7 +148,7 @@ func main() {
s := &gortsplib.Server{ s := &gortsplib.Server{
Handler: &serverHandler{}, Handler: &serverHandler{},
TLSConfig: &tls.Config{Certificates: []tls.Certificate{cert}}, TLSConfig: &tls.Config{Certificates: []tls.Certificate{cert}},
RTSPAddress: ":8554", RTSPAddress: ":8322",
} }
// start server and wait until a fatal error // start server and wait until a fatal error