http600

Results 10 comments of http600

I am a leetcode PLUS member

wait, I need to clarify `pc ERROR: 2021/02/13 07:35:09 Incoming unhandled RTP ssrc(3537335204), OnTrack will not be fired. mid RTP Extensions required for Simulcast` `OnTrack will not be fired` here,...

```go func (p *CandidatePair) Write(b []byte) (int, error) { fmt.Printf("CandidatePair Write to %s for %x\n", p.Remote.String(), b) return p.Local.writeTo(b, p.Remote) } func (a *Agent) sendSTUN(msg *stun.Message, local, remote Candidate) {...

> Hi @http600 > > If you remove the lastReceived/LastSent checks [https://github.com/pion/ice/blob/master/agent.go#L701-L702](here) does it reconnect? > > Do you always get disconnected? What causes the disconnection? > > I believe...

client has received `DTLSv1.2` with Content Type: Alert (21)

> Hi @http600 > > If you remove the lastReceived/LastSent checks [https://github.com/pion/ice/blob/master/agent.go#L701-L702](here) does it reconnect? > *still got disconnected even sending/receiving stun smoothly* > > Do you always get disconnected?...

The basic idea is **v2ray-plugin shipped with ShadowsocksX-NG** has some wrong(which I do not know, but I do know how to fix the problem), so what do we need to...

> @donatj @lherman-cs > https://developer.apple.com/documentation/avfoundation/AVCaptureDeviceTypeExternalUnknown > i found these errors > some variable only work on 10.15 > ![image](https://user-images.githubusercontent.com/12995347/111021577-583e1300-8408-11eb-8c21-705ed2576109.png) > we can add the `version need` in the readme so...