[feat] bandwidth probing supported

This commit is contained in:
dijunkun
2025-03-11 17:36:07 +08:00
parent 7f2ebbde5a
commit 092e894622
7 changed files with 281 additions and 34 deletions

View File

@@ -70,7 +70,8 @@ class RtpVideoReceiver : public ThreadBase,
void RtcpThread();
private:
void SendNack(const std::vector<uint16_t>& nack_list, bool buffering_allowed);
void SendNack(const std::vector<uint16_t>& nack_list,
bool buffering_allowed) override;
void SendRR();