about wcs5 selecttnig interface.

tobisaki

New Member
thank you for your help.

I trying rtsp conenction, using demo, player.
rtsp server has tap0(vpn), it belong to the same network as wsc5 has.
but, wsc5 use other interface to connect for rtsp-server.
I will post the details next.
 

Max

Administrator
Staff member
WCS has config:
/usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
this config has following settings:
ip=
ip_local=
Try to use following settings:
Code:
ip=192.168.1.201
ip_local=0.0.0.0
So WCS will bind sockets to 0.0.0.0 and will use 192.168.1.201 to deliver video via WebRTC
 

tobisaki

New Member
WCS has config:
/usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
this config has following settings:
ip=
ip_local=
Try to use following settings:
Code:
ip=192.168.1.201
ip_local=0.0.0.0
So WCS will bind sockets to 0.0.0.0 and will use 192.168.1.201 to deliver video via WebRTC
Wow! Thank you so mach, again I undertand.
 
Top