Commit 48a1f6ea by 夏楚 Committed by GitHub

兼容rtp时间戳一直为0的流

parent 0e3c2193
...@@ -48,7 +48,7 @@ void GB28181Process::onRtpSorted(const RtpPacket::Ptr &rtp, int) { ...@@ -48,7 +48,7 @@ void GB28181Process::onRtpSorted(const RtpPacket::Ptr &rtp, int) {
WarnL << "rtp payload type未识别(" << (int) rtp->PT << "),已按ts或ps负载处理"; WarnL << "rtp payload type未识别(" << (int) rtp->PT << "),已按ts或ps负载处理";
} }
//ts或ps负载 //ts或ps负载
_rtp_decoder = std::make_shared<CommonRtpDecoder>(CodecInvalid, 256 * 1024); _rtp_decoder = std::make_shared<CommonRtpDecoder>(CodecInvalid, 32 * 1024);
//设置dump目录 //设置dump目录
GET_CONFIG(string, dump_dir, RtpProxy::kDumpDir); GET_CONFIG(string, dump_dir, RtpProxy::kDumpDir);
if (!dump_dir.empty()) { if (!dump_dir.empty()) {
...@@ -123,4 +123,4 @@ void GB28181Process::onRtpDecode(const Frame::Ptr &frame) { ...@@ -123,4 +123,4 @@ void GB28181Process::onRtpDecode(const Frame::Ptr &frame) {
} }
}//namespace mediakit }//namespace mediakit
#endif//defined(ENABLE_RTPPROXY) #endif//defined(ENABLE_RTPPROXY)
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论