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 {