mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-17 21:42:24 +08:00
完善ntp时间戳计算逻辑
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
setOnSorted(std::move(cb));
|
||||
setBeforeSorted(std::move(cb_before));
|
||||
//GB28181推流不支持ntp时间戳
|
||||
setNtpStamp(0, 0, 0);
|
||||
setNtpStamp(0, 0);
|
||||
}
|
||||
|
||||
~RtpReceiverImp() override = default;
|
||||
|
||||
Reference in New Issue
Block a user