Apache and FMIS 4.5 port configuration in fms.ini
I read in the documentation that Apache should use port 80 and remove the proxy port of 8134 for http live/dynamic streaming to work correctly.
In the fms.ini file should I change the adapter.xml parameters to the following? So FMS listens on port 1935 and Apache listens on port 80?
# IP address and port(s) Flash Media Server should listen on
# For example:
# ADAPTOR.HOSTPORT = :1935,80
#
# ADAPTOR.HOSTPORT = :1935,80
ADAPTOR.HOSTPORT = :1935
# IP (address and) port that Flash Media Server should proxy
# unknown HTTP requests to. Leave empty to disable proxying.
# With no address, specifies a localhost port.
# For example:
# HTTPPROXY.HOST = webfarm.example.com:80
#
#HTTPPROXY.HOST = :8134
HTTPPROXY.HOST =
Thanks,
Dave
