From ff810d339414207a9721847cb4cf7c35edfb2930 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Fri, 26 Aug 2022 17:14:29 +0300 Subject: [PATCH] Return support skip RTSPS verification --- cmd/rtsp/rtsp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/rtsp/rtsp.go b/cmd/rtsp/rtsp.go index 5c51242b..405cf3d3 100644 --- a/cmd/rtsp/rtsp.go +++ b/cmd/rtsp/rtsp.go @@ -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