From ad376bcc64215ff47f7d009c27324c806be00229 Mon Sep 17 00:00:00 2001 From: q191201771 <191201771@qq.com> Date: Fri, 27 May 2022 20:35:18 +0800 Subject: [PATCH] [patch] prev commit patch --- pkg/logic/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/logic/config.go b/pkg/logic/config.go index 62dfd46..4cb5784 100644 --- a/pkg/logic/config.go +++ b/pkg/logic/config.go @@ -88,7 +88,7 @@ type RtspConfig struct { Enable bool `json:"enable"` Addr string `json:"addr"` OutWaitKeyFrameFlag bool `json:"out_wait_key_frame_flag"` - rtsp.RtspServerAuthConfig + rtsp.ServerAuthConfig } type RecordConfig struct {