增加强制指定拉流协议的配置

This commit is contained in:
dexter
2022-07-23 11:59:26 +08:00
parent ae37279dd1
commit 9b058153d2
7 changed files with 37 additions and 35 deletions

View File

@@ -21,6 +21,7 @@ type RTSPConfig struct {
UDPAddr string
RTCPAddr string
ReadBufferSize int
PullProtocol string //tcp、udp、 autodefault
sync.Map
}