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