Add pkt_size option fort RTSP server

This commit is contained in:
Alexey Khit
2023-04-24 06:40:11 +03:00
parent 813c8b3b3d
commit a20de73ab2
6 changed files with 29 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ type Conn struct {
// public
Backchannel bool
PacketSize uint16
SessionName string
Medias []*core.Media