rukosenpa
New Member
Good day.
I've deployed WCS 5.2.672 server with docker container from docker hub on dedicated server.
Can't get any stream, cause error "Failed by ICE timeout."
UDP ports are reachable(checked following this guide https://docs.flashphoner.com/display/WCS52EN/Accessory+tools#Accessorytools-Portroutingchecking)
Also added "ice_tcp_transport=true" to the end of the flashphoner.properties.
Ip tables output:
Chain INPUT (policy ACCEPT 2815 packets, 245K bytes)
num pkts bytes target prot opt in out source destination
1 312 53664 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:31000:32000
Chain FORWARD (policy DROP 0 packets, 0 bytes)
num pkts bytes target prot opt in out source destination
1 224 67587 DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
2 224 67587 DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
3 403 234K ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
4 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
5 507 50775 ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
6 0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 2654 packets, 5136K bytes)
num pkts bytes target prot opt in out source destination
Chain DOCKER (1 references)
num pkts bytes target prot opt in out source destination
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
num pkts bytes target prot opt in out source destination
1 507 50775 DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
2 1157 367K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-ISOLATION-STAGE-2 (1 references)
num pkts bytes target prot opt in out source destination
1 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
2 643 64834 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-USER (1 references)
num pkts bytes target prot opt in out source destination
1 1157 367K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
I've deployed WCS 5.2.672 server with docker container from docker hub on dedicated server.
Can't get any stream, cause error "Failed by ICE timeout."
UDP ports are reachable(checked following this guide https://docs.flashphoner.com/display/WCS52EN/Accessory+tools#Accessorytools-Portroutingchecking)
Also added "ice_tcp_transport=true" to the end of the flashphoner.properties.
Ip tables output:
Chain INPUT (policy ACCEPT 2815 packets, 245K bytes)
num pkts bytes target prot opt in out source destination
1 312 53664 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:31000:32000
Chain FORWARD (policy DROP 0 packets, 0 bytes)
num pkts bytes target prot opt in out source destination
1 224 67587 DOCKER-USER all -- * * 0.0.0.0/0 0.0.0.0/0
2 224 67587 DOCKER-ISOLATION-STAGE-1 all -- * * 0.0.0.0/0 0.0.0.0/0
3 403 234K ACCEPT all -- * docker0 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
4 0 0 DOCKER all -- * docker0 0.0.0.0/0 0.0.0.0/0
5 507 50775 ACCEPT all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
6 0 0 ACCEPT all -- docker0 docker0 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 2654 packets, 5136K bytes)
num pkts bytes target prot opt in out source destination
Chain DOCKER (1 references)
num pkts bytes target prot opt in out source destination
Chain DOCKER-ISOLATION-STAGE-1 (1 references)
num pkts bytes target prot opt in out source destination
1 507 50775 DOCKER-ISOLATION-STAGE-2 all -- docker0 !docker0 0.0.0.0/0 0.0.0.0/0
2 1157 367K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-ISOLATION-STAGE-2 (1 references)
num pkts bytes target prot opt in out source destination
1 0 0 DROP all -- * docker0 0.0.0.0/0 0.0.0.0/0
2 643 64834 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Chain DOCKER-USER (1 references)
num pkts bytes target prot opt in out source destination
1 1157 367K RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
Last edited: