Add proxy example (#141) (#175)

* cleanup

* add proxy example
This commit is contained in:
Alessandro Ros
2023-01-23 11:23:16 +01:00
committed by GitHub
parent 82dac32f6e
commit 7b6a5f8cb3
16 changed files with 313 additions and 78 deletions

View File

@@ -145,7 +145,7 @@ func main() {
panic(err)
}
// configure server
// configure the server
s := &gortsplib.Server{
Handler: &serverHandler{},
TLSConfig: &tls.Config{Certificates: []tls.Certificate{cert}},