增加callback

This commit is contained in:
langhuihui
2022-05-04 11:24:38 +08:00
parent 15f2a81d6a
commit 43c83ece5a
2 changed files with 15 additions and 24 deletions

View File

@@ -90,12 +90,12 @@ type Engine struct {
Subscribe
HTTP
RTPReorder bool
EnableAVCC bool //启用AVCC格式rtmp协议使用
EnableRTP bool //启用RTP格式rtsp、gb18181等协议使用
EnableFLV bool //开启FLV格式hdl协议使用
ConsoleURL string //远程控制台地址
Secret string //远程控制台密钥
HTTPCallback []string
EnableAVCC bool //启用AVCC格式rtmp协议使用
EnableRTP bool //启用RTP格式rtsp、gb18181等协议使用
EnableFLV bool //开启FLV格式hdl协议使用
ConsoleURL string //远程控制台地址
Secret string //远程控制台密钥
HTTPCallback []string //http回调地址
}
type myResponseWriter struct {
io.Writer