Return support skip RTSPS verification
This commit is contained in:
@@ -27,6 +27,7 @@ func Init() {
|
|||||||
// RTSP client support
|
// RTSP client support
|
||||||
streams.HandleFunc("rtsp", rtspHandler)
|
streams.HandleFunc("rtsp", rtspHandler)
|
||||||
streams.HandleFunc("rtsps", rtspHandler)
|
streams.HandleFunc("rtsps", rtspHandler)
|
||||||
|
streams.HandleFunc("rtspx", rtspHandler)
|
||||||
|
|
||||||
// RTSP server support
|
// RTSP server support
|
||||||
address := conf.Mod.Listen
|
address := conf.Mod.Listen
|
||||||
|
|||||||
Reference in New Issue
Block a user