We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e352f commit c281c46Copy full SHA for c281c46
src/rtppacketizer.cpp
@@ -34,7 +34,7 @@ message_ptr RtpPacketizer::packetize(shared_ptr<binary> payload, bool mark) {
34
const bool setPlayoutDelay = (rtpConfig->playoutDelayId > 0 && rtpConfig->playoutDelayId < 15);
35
36
if (setPlayoutDelay)
37
- rtpExtHeaderSize += 1;
+ rtpExtHeaderSize += 4;
38
39
if (rtpConfig->mid.has_value())
40
rtpExtHeaderSize += (1 + rtpConfig->mid->length());
0 commit comments