Total rework RTMP client

This commit is contained in:
Alexey Khit
2023-08-14 06:11:21 +03:00
parent 0b6fda2af5
commit 19c61e20c0
9 changed files with 507 additions and 216 deletions

View File

@@ -11,6 +11,7 @@ import (
)
const (
BufferSize = 64 * 1024 // 64K
ConnDialTimeout = time.Second * 3
ConnDeadline = time.Second * 3
ProbeTimeout = time.Second * 3