matrix-org / waterfall

A cascading stream forwarding unit for scalable, distributed voice and video conferencing over Matrix
Apache License 2.0
97 stars 5 forks source link

Allow configuration of a custom IP for the SFU (public IP) #111

Closed daniel-abramov closed 1 year ago

fkwp commented 1 year ago

would it be possible to configure an array of IP addresses (IPv4 and IPv6?) or is that configures IP on top of the others?

daniel-abramov commented 1 year ago

would it be possible to configure an array of IP addresses (IPv4 and IPv6?) or is that configures IP on top of the others?

Yep, right, the array of IP addresses is very doable. Should I make it to support it? (it's a trivial thing 🙂).

Basically, the public IP address(es) that we give to Pion are the IP addresses that Pion will use as host candidates instead of using private IP addresses.

However, one can specify that Pion does not replace private IP addresses and instead adds them to the list of server reflexive candidates, but I'm not sure it's desired.