Juliusz Chroboczek

Results 317 comments of Juliusz Chroboczek

Are your machines double-stack?

> what is considered double-stack? having both ipv4/6? Yes.

I don't know if the issue is the same as https://github.com/pion/webrtc/issues/1356 (which has higher priority for me), but that issue goes away when I disable IPv6 (see https://github.com/pion/webrtc/issues/1356#issuecomment-894376345). Disabling IPv6...

The workaround is not a simple matter of disabling IPv6 for TCP-ICE — it requieres disabling IPv6 globally on the host. This means that you'll run into trouble as soon...

I'm not sure, that's why I'm asking rather than sending a pull request. Suppose that I have a local track with the H.264 codec. I call `AddTrack`, the track gets...

There already is a mutex, and it's taken in `receiveForRid`. The issue is that the mutex is not taken in `ReadSimulcast`. Essentially, the current code assumes that the set of...

a=candidate:2441 1 udp 659136 fe80::54a9:d238:b2ee:ceb%21 60720 typ host generation 0 That's a link-local IPv6 address with an interface identifier. The interface identifier is local to the sending host, and therefore...

>> Pion should ignore malformed candidate lines rather than failing the >> whole SDP. > An alternative would be to snip the zone ID prefix off the IPv6 address. That's...

> On Windows 10 connection attempts to IPv6 link local addresses work fine. Interesting. However, I think we can agree that the SDP initially in this bug report is malformed.

Probably related to 2699584e9a5b818dec5594a06925170c63dbfa25 and 6160e8033fc0e3a9cf63c21f393edcd896521d50.