mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[feat] bandwidth probing supported
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user