Sean DuBois

Results 605 comments of Sean DuBois

Hi @mattjslaton Would you mind describing your setup a little more. Are you running ion-app-web? If you set the names [here](https://pionion.github.io/docs/deploy/docker#4-deploy-ion-app-web-with-docker) you should get a certificate via LetsEncrypt.

Hey @zyxar I am not against it technically! It would be nice if we could have some sort of standardization conversation. I don't want to negatively impact other implementations if...

@50infivedays that looks like a bug to me! `pion/ice` was written with the assumption that every interface will only have one IP, so I bet we have lots of bugs/behaviors...

holy shit! amazing work @ashellunts this is so exciting :) I should have some time later today. sorry about the delay. This is really great. Will make clients better, and...

@ashellunts This looks really good! If you can fix the linter and test failures I think we can merge this really soon :)

@dgunay added you to the Pion org so you can push branches/run CI. I would override `recvLoop` maybe? Like `CandidateRelay` does with `close`. Reading PR now.

What you will actually want I believe is one `CandidateHost` that contains a TCP Socket. When `AddICECandidate` comes in with a passive candidate you send off a connection request. You...

Hi @anildigital Currently `stun-nat-behavior` only does UDP. I haven't done an TCP STUN myself, but if you are interested it would be a great contribution!

Hey @scorpionknifes Sorry for the confusion, but I don't think we can move forward on this. Behavior between browsers is inconsistent. I am afraid to implement something and then have...

We should love your PR though, and maybe engage with webrtc-pc on what is the proper behavior?