ingress icon indicating copy to clipboard operation
ingress copied to clipboard

Trickle ICE Support for WHIP

Open cscherban opened this issue 2 years ago • 1 comments

Right now WHIP returns a 405 for HTTP Patch requests with Trickle ICE Candidates, as per https://www.ietf.org/archive/id/draft-ietf-wish-whip-01.html#name-ice-and-nat-support.

It would be amazing if we could remove the TODO in the code for implementing Trickle ICE and ICE Restarts. I would love guidance on how to implement it, but I don't know where to start.

cscherban avatar Mar 06 '24 16:03 cscherban

Could you comment on the use case for trickle ICE, considering ingress is meant to be hosted with a public IP and media is only flowing from the client to ingress?

Regarding ICE restarts, we should indeed implement it. I was trying to get a list of several clients supporting it before doing so in order to make sure we implement it in a compatible way. OBS doesn't support ICE restarts. Do you have a favorite client we can use to test it?

biglittlebigben avatar Apr 12 '24 21:04 biglittlebigben