Return support skip RTSPS verification

This commit is contained in:
Alexey Khit
2022-08-26 17:14:29 +03:00
parent 14dae12ce2
commit ff810d3394
+1
View File
@@ -27,6 +27,7 @@ func Init() {
// RTSP client support
streams.HandleFunc("rtsp", rtspHandler)
streams.HandleFunc("rtsps", rtspHandler)
streams.HandleFunc("rtspx", rtspHandler)
// RTSP server support
address := conf.Mod.Listen