新增帧合并开关,优化国标流秒开速度

This commit is contained in:
xia-chu
2025-04-21 11:07:38 +08:00
parent 9e6b33b02e
commit a9fe5d6f42
5 changed files with 17 additions and 2 deletions

View File

@@ -563,6 +563,8 @@ extern const std::string kGopCache;
extern const std::string kRtpG711DurMs;
// udp recv socket buffer size
extern const std::string kUdpRecvSocketBuffer;
// ps/ts解析后是否等待下一帧以判断本帧是否完整开启后提高兼容性但是可能增加延时
extern const std::string kMergeFrame;
} // namespace RtpProxy
/**