We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f2c84 commit bfc70d6Copy full SHA for bfc70d6
trunk/src/app/srs_app_rtc_conn.cpp
@@ -64,7 +64,7 @@ using namespace std;
64
// kRtpPacketSize = kRtpMaxPayloadSize + paddings
65
// For example, if kRtpPacketSize is 1500, recommend to set kRtpMaxPayloadSize to 1400,
66
// which reserves 100 bytes for SRTP or paddings.
67
-const int kRtpMaxPayloadSize = kRtpPacketSize - 100;
+const int kRtpMaxPayloadSize = kRtpPacketSize - 200;
68
69
static bool is_stun(const uint8_t* data, const int size)
70
{
0 commit comments