move MaxNALUSize / MaxAccessUnitSize into h264 / aac

This commit is contained in:
aler9
2022-05-10 13:16:39 +02:00
parent 18f7fab361
commit e60809efe1
9 changed files with 17 additions and 21 deletions

View File

@@ -4,7 +4,4 @@ package rtph264
const (
rtpVersion = 0x02
rtpClockRate = 90000 // h264 always uses 90khz
// with a 250 Mbps H264 video, the maximum NALU size is 2.2MB
maxNALUSize = 3 * 1024 * 1024
)