/
Cloud hosted server settings
Cloud Hosted Server Settings
Most hosted Virtual Machines will have a private and public IP address assigned to the instance. ICE negotiation can run into problems if the server doesn't know which is which.
Modify red5pro/conf/webrtc-plugin.properties
, replacing yourpublic.ip.address.here
and local.private.ip.address.here
with the server's public and private IP addresses, respectively.
# Forcing a public IP address
#force.public.ip=yourpublic.ip.address.here
# Forcing a private IP address
#force.local.ip=local.private.ip.address.here
# Configure port availability checking
#check.port.availability=true