mirror of
https://github.com/Monibuca/plugin-rtsp.git
synced 2025-09-26 19:51:14 +08:00
添加序列化屏蔽字段
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
type RTSPPuller struct {
|
||||
RTSPPublisher
|
||||
engine.Puller
|
||||
*gortsplib.Client
|
||||
*gortsplib.Client `json:"-"`
|
||||
gortsplib.Transport
|
||||
}
|
||||
|
||||
|
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
type RTSPPublisher struct {
|
||||
Publisher
|
||||
Tracks []common.AVTrack
|
||||
Tracks []common.AVTrack `json:"-"`
|
||||
RTSPIO
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user