awslabs/amazon-kinesis-video-streams-webrtc-sdk-c

IPv6 Support

Sean-Der opened this issue · 2 comments

We need IPv6 support, we should allow the user to opt in/out. In some cases you have IPv6, but all packets are discarded so just causes spam in the logs.

Done:

  • Added host candidates support: #382
  • Added reflexive candidates support: #417

Known Issues:

  • No relay candidates support (postponing this one since it's not clear if there's a good use case)
  • Our backend service still doesn't have an IPv6 stun server, so if you need IPv6 reflexive candidates, you need to provide your own stun server at least for the time being.

I'm closing this issue we have added essential IPv6 support.