hyuk
Member
I am changing the settings to make the flashphoner work in the ipv6 environment, but there is a problem with the operation.
I refer to the document below.
For reference, let's assume that our ipv6 address is 1:2:3:4:5:6::8/120 .
120 is the subnet prefix length.
First of all, we install and use coturn server and flashphoner on one server.
For reference, it will be used only in a closed network, so listening-ip and external-ip are the same.
1. coturn turnserver.conf
listening-ip=1:2:3:4:5:6::8/120
external-ip=1:2:3:4:5:6::8/120
2. flashphoner.properties
ip=1:2:3:4:5:6::8/120 (?)
ip_local=1:2:3:4:5:6::8/120 (?)
ip_v6=1:2:3:4:5:6::8
ice_add_ipv6_candidate=true
3. wcs-core.properies
-Djava.net.preferIPv4Stack=false
4. web client turn info
turn:[1:2:3:4:5:6::8]:3478?transport=udp
Do you have any problems with your settings?
If something is wrong, please guide me on how to set it up.
When I input 1:2:3:4:5:6::8/120 to ip_v6 in flashphoner.properties, an error stating org.jboss.netty.channel.ChannelException: invalid IPv6 address was thrown in the flashphoner's client log.
Entering 1:2:3:4:5:6::8 in ip_v6 in flashphoner.properties org.jboss.netty.channel.ChannelException: Faild to bind to: /1:2:3:4:5:6 ::8:31001 An error occurred.
I refer to the document below.
IPv6 support for WebRTC - Web Call Server 5.2 - EN - Flashphoner Documentation
docs.flashphoner.com
For reference, let's assume that our ipv6 address is 1:2:3:4:5:6::8/120 .
120 is the subnet prefix length.
First of all, we install and use coturn server and flashphoner on one server.
For reference, it will be used only in a closed network, so listening-ip and external-ip are the same.
1. coturn turnserver.conf
listening-ip=1:2:3:4:5:6::8/120
external-ip=1:2:3:4:5:6::8/120
2. flashphoner.properties
ip=1:2:3:4:5:6::8/120 (?)
ip_local=1:2:3:4:5:6::8/120 (?)
ip_v6=1:2:3:4:5:6::8
ice_add_ipv6_candidate=true
3. wcs-core.properies
-Djava.net.preferIPv4Stack=false
4. web client turn info
turn:[1:2:3:4:5:6::8]:3478?transport=udp
Do you have any problems with your settings?
If something is wrong, please guide me on how to set it up.
When I input 1:2:3:4:5:6::8/120 to ip_v6 in flashphoner.properties, an error stating org.jboss.netty.channel.ChannelException: invalid IPv6 address was thrown in the flashphoner's client log.
Entering 1:2:3:4:5:6::8 in ip_v6 in flashphoner.properties org.jboss.netty.channel.ChannelException: Faild to bind to: /1:2:3:4:5:6 ::8:31001 An error occurred.