xiaohu
xiaohu
u want it working like this ? ServerC (port m) -- msg --> ServerA (port n) -- relay --> ServerB port(port p) -- rsp --> ServerA (port n) u need...
agreed, TLS should be configurable, coz encryption is not necessary under some circumstances, performance critical i.e.
https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/modules/congestion_controller/goog_cc/goog_cc_network_control.cc;l=1?q=goog_cc_network_control.cc&sq=&ss=chromium%2Fchromium%2Fsrc same in chromium, but it is obviously wrong.
``` Timestamp max_recv_time = Timestamp::MinusInfinity(); std::vector feedbacks = report.ReceivedWithSendInfo(); for (const auto& feedback : feedbacks) max_recv_time = std::max(max_recv_time, feedback.receive_time); for (const auto& feedback : feedbacks) { TimeDelta feedback_rtt = report.feedback_time...
[probe_controller.cc](https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/modules/congestion_controller/goog_cc/probe_controller.cc) Maybe we need to implement this. It probes bandwidth periodly ( interval time smaller than 1s, may driven by transport_feedback msg, not sure coz i only read the code...
same issue in v2.3.6
你对周围的人发动了降智打击 ? (手动狗头)
摄像头可以物理遮挡,贴张小纸片。 麦克风的话 想办法把电路拆了,然后平时用的时候插耳机上去?
用 ffplay 直接播放摄像头流(不经过 lal )看看有没有 warning
this is the feature my teams are desired for : )