-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #307: Change the RTP payload to 1300
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bfc70d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IP头20字节,UDP头8字节,RTP头12字节,FUA头2字节,SRTP尾10字节(最大是 SRTP_MAX_TAG_LEN 16 字节)。
如果设置FUA-Payload为1300字节,那么UDP大小是1300+20+8+12+2+10=1352字节。