Error codes

# 0.
Description Connection rejected. Response from streaming media server was received however server rejected connection to the application.
Troubleshooting Make sure application was installed in accordance to "Server app setup" section.

# 1.
Description Connection failed. There was no response from media server at all.
Troubleshooting Confirm the following:

1. Media server is up and running.
2. Port 1935 is open on the server.
3. Firewall doesn't block outgoing connections to port 1935 on your local PC.

# 2.
Description Invalid application. Red5 doesn't know the application flash client is trying to connect to.
Troubleshooting Applicable for Red5 server only. Make sure application was installed in accordance to "Server app setup" section.

Reasons:
1. Application was not placed in webapps folder.
2. Settings are incorrect
3. Red5 was not restarted after upload.

# 3.
Description Connection interrupted. Connection was successfully established but unexpectedly disappeared.
Troubleshooting Make sure firewall on local PC doesn't block RTMP traffic and internet connection is stable and active.

# 4.
Description Invalid answer from auth handler. HTTP request to authenticate current user was sent from media server but the response is invalid.
Troubleshooting Make sure structure of XML response is correct (Basic integration -> Login handler)

# 5.
Description Timeout error. No answer from server during 2000 miliseconds.
Troubleshooting Happens if destination URL is overloaded and request can't be processed in time. Also it could be caused by network problems on the server.

# 6.
Description Http status error. No answer from server. Destination URL returned Http status 200, meaning page couldn't be found.
Troubleshooting Make sure path to authentication handler is correct. Go to admin panel -> Integration.

# 7.
Description User is already logged in. A user with given ID was already authenticated and is online now.
Troubleshooting Make sure there are no other tabs or browser instances with chat open.

# 8.
Description Admin no password. No password was entered to log in admin panel. 
Troubleshooting Enter password.

# 9.
Description Admin incorrect password. Incorrect password was entered to log in admin panel.
Troubleshooting Enter correct admin password. Default admin account: admin / admin. The default admin account can be restored by deleting and creating server side application from scratch (Installation -> Server app setup)

# 10.
Description Ban Error. Banned user is trying to connect.                                                 
Troubleshooting Remove ban via admin panel.