Skip to content

Commit bfc70d6

Browse files
committed
For #307: Change the RTP payload to 1300
1 parent b5f2c84 commit bfc70d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/src/app/srs_app_rtc_conn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ using namespace std;
6464
// kRtpPacketSize = kRtpMaxPayloadSize + paddings
6565
// For example, if kRtpPacketSize is 1500, recommend to set kRtpMaxPayloadSize to 1400,
6666
// which reserves 100 bytes for SRTP or paddings.
67-
const int kRtpMaxPayloadSize = kRtpPacketSize - 100;
67+
const int kRtpMaxPayloadSize = kRtpPacketSize - 200;
6868

6969
static bool is_stun(const uint8_t* data, const int size)
7070
{

0 commit comments

Comments
 (0)