WCS in docker ICE candidate timeout

DeanSLR

New Member
Hello,
I have worked with WCS for a while and now we need to move the server to a docker container.
I have pulled the recent version and ran the container like this:

docker run -e LICENSE=$WCS_LICENSE -e PASSWORD=$WCS_PW --net=bridge --name webcallserver-instance -d flashphoner/webcallserver:latest

I can access the server in the docker container IP: https://172.17.0.4:8444
I have several IP cameras connected to the LAN port and have addresses: 172.255.18.60 - 172.255.18.63
I can view the RTSP stream in VLC but I get ICE Candidate timeout when trying to view in WCS:

1656422501924.png


Flashphoner.properties:
#server ip
ip =31.210.179.108 # external
ip_local =172.17.0.4

Please help :) Thanks a lot!
 

Max

Administrator
Staff member
Good day.
Failed by ICE timeout message means that media ports (31001-32000/UDP by default) are not accessible in the container.
Please read this article about docker container setup to be accessible from external network.
 
Top