WCS connectivity issue

Arif Butt

Member
Hi I am facing a publishing connectivity issue while trying to configure the WCS in my environment

Please see the attached picture of publish fail while trying the video chat example, tcp is established, but publish fails...

we have opened all the ports with ANY ANY setting on the network, the firewall is also OFF, I am attaching log files (zip) kindly assist.

Thanks
AB
 

Attachments

Max

Administrator
Staff member
Hello

Please double check flashphoner.properties

#server ip
ip =XXXX
ip_local =XXXX

And make sure that ip_local is 127.0.0.1 or local interface address like 192.168.1.10

Example:

ifconfig

Code:
wlp1s40f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.226  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::11:bac3:200e:dd0b  prefixlen 64  scopeid 0x20<link>
        ether 1c:e9:ee:5e:8e:5d  txqueuelen 1000  (Ethernet)
        RX packets 395559082  bytes 301141194977 (301.1 GB)
        RX errors 0  dropped 2720361  overruns 0  frame 0
        TX packets 209792718  bytes 193340956273 (193.3 GB)
        TX errors 0  dropped 2562 overruns 0  carrier 0  collisions 0
ip = 192.168.1.226
ip_local = 192.168.1.226

If it does not help, try to remove option rtc_ice_add_local_interface=true and return this back if works with.
 
Top