Increase the MAX_PAYLOAD to 1443
There's 2 bytes left in the budget after all media headers
This commit is contained in:
parent
44276308c8
commit
98404d9316
|
@ -33,7 +33,7 @@ typedef SSIZE_T ssize_t;
|
|||
#endif
|
||||
|
||||
const int MAX_PACKET = 65536;
|
||||
const int MAX_PAYLOAD = 1441;
|
||||
const int MAX_PAYLOAD = 1443;
|
||||
|
||||
typedef enum RTP_ERROR {
|
||||
RTP_INTERRUPTED = 2,
|
||||
|
|
Loading…
Reference in New Issue