mirror of
https://github.com/aler9/gortsplib
synced 2025-10-09 09:00:44 +08:00
move MaxNALUSize / MaxAccessUnitSize into h264 / aac
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user