mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
Disable FEC by default
This commit is contained in:
@@ -50,7 +50,7 @@ class RtpVideoReceiver : public ThreadBase {
|
||||
std::function<int(const char*, size_t)> data_send_func_ = nullptr;
|
||||
|
||||
private:
|
||||
bool fec_enable_ = true;
|
||||
bool fec_enable_ = false;
|
||||
FecDecoder fec_decoder_;
|
||||
uint32_t last_packet_ts_ = 0;
|
||||
// std::map<uint16_t, RtpPacket> incomplete_fec_frame_list_;
|
||||
|
||||
Reference in New Issue
Block a user