implement client TLS support

This commit is contained in:
aler9
2020-12-14 22:49:47 +01:00
parent 9cd36cdd68
commit 61318d7f96
10 changed files with 141 additions and 34 deletions

View File

@@ -19,7 +19,7 @@ func main() {
panic(err)
}
conn, err := gortsplib.Dial(u.Host)
conn, err := gortsplib.Dial(u.Scheme, u.Host)
if err != nil {
panic(err)
}