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