diff --git a/src/Extension/H265Rtp.cpp b/src/Extension/H265Rtp.cpp index 6af6c6ee..461d8ed0 100644 --- a/src/Extension/H265Rtp.cpp +++ b/src/Extension/H265Rtp.cpp @@ -200,7 +200,7 @@ void H265RtpEncoder::inputFrame(const Frame::Ptr &frame) { bFirst = false; } } else { - makeH265Rtp(naluType,pcData, iLen, true, true, uiStamp); + makeH265Rtp(naluType,pcData, iLen, false, true, uiStamp); } }