add ConnClient.LoopUDP()

This commit is contained in:
aler9
2020-07-19 18:25:13 +02:00
parent a110f2b6a2
commit a119764b96
3 changed files with 21 additions and 19 deletions

View File

@@ -40,7 +40,7 @@ const (
// StreamTypeRtp means that the stream contains RTP packets
StreamTypeRtp StreamType = iota + 1
// StreamTypeRtp means that the stream contains RTCP packets
// StreamTypeRtcp means that the stream contains RTCP packets
StreamTypeRtcp
)