
RTMP port is the serving port of Red5 and it is the communication port of server and client.
HTTP servlet engine port is the http communication port of Red5 and it is mostly used by
administrator.
In default situation, no change is needed, unless a default port has already been occupied
by other applications. If so, change it to an idle port. (Note: Only port number above 1024
is permitted.)
Besides, please pay attention to the notice, the password of Red5 default administrator
account is "admin".
When installation is finished, we can still change the port. Enter into Red5 installation
catalogue, open file "red5.properties" under folder "conf":
rtmp.host_port = 0.0.0.0:1982
http.host = 0.0.0.0
http.port = 5080
rtmpt.host = 0.0.0.0
rtmpt.port = 8088
debug_proxy.host_port = 1936
proxy_forward.host_port = 127.0.0.1:5080
rtmp.threadcount = 4
Here list the basic configuration, and for more details please consult the help file of Red5.
Kommentare zu diesen Handbüchern