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:
Flashphoner.properties:
#server ip
ip =31.210.179.108 # external
ip_local =172.17.0.4
Please help Thanks a lot!
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:
Flashphoner.properties:
#server ip
ip =31.210.179.108 # external
ip_local =172.17.0.4
Please help Thanks a lot!