防止json循环引用

This commit is contained in:
langhuihui
2021-07-24 11:38:24 +08:00
parent da2fc9d462
commit 9aec4ec4be
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ func ListenRtsp(addr string) error {
}
type RTSP struct {
*Stream
*Stream `json:"-"`
URL string
SDPRaw string
InBytes int