diff --git a/src/Rtp/GB28181Process.cpp b/src/Rtp/GB28181Process.cpp index 67e9b396..d0bc1500 100644 --- a/src/Rtp/GB28181Process.cpp +++ b/src/Rtp/GB28181Process.cpp @@ -48,7 +48,7 @@ void GB28181Process::onRtpSorted(const RtpPacket::Ptr &rtp, int) { WarnL << "rtp payload type未识别(" << (int) rtp->PT << "),已按ts或ps负载处理"; } //ts或ps负载 - _rtp_decoder = std::make_shared(CodecInvalid, 256 * 1024); + _rtp_decoder = std::make_shared(CodecInvalid, 32 * 1024); //设置dump目录 GET_CONFIG(string, dump_dir, RtpProxy::kDumpDir); if (!dump_dir.empty()) { @@ -123,4 +123,4 @@ void GB28181Process::onRtpDecode(const Frame::Ptr &frame) { } }//namespace mediakit -#endif//defined(ENABLE_RTPPROXY) \ No newline at end of file +#endif//defined(ENABLE_RTPPROXY)