feat: remove pull protocol config

This commit is contained in:
langhuihui
2023-10-11 17:01:09 +08:00
parent 62409f14b5
commit c4700713a8
4 changed files with 14 additions and 19 deletions

View File

@@ -22,7 +22,6 @@ type RTSPConfig struct {
RTCPAddr string `default:":8001"`
ReadBufferCount int `default:"2048"`
WriteBufferCount int `default:"2048"`
PullProtocol string `default:"tcp"` //tcp、udp、auto
sync.Map
}