add sdp functions

This commit is contained in:
aler9
2020-05-17 16:47:05 +02:00
parent db3770c8f3
commit 37bd9a1b98
4 changed files with 86 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
)
const (
_INTERLEAVED_FRAME_MAX_SIZE = 512 * 1024
_INTERLEAVED_FRAME_MAX_SIZE = 512 * 1024
_INTERLEAVED_FRAME_MAX_CONTENT_SIZE = (_INTERLEAVED_FRAME_MAX_SIZE - 4)
)