Below is a comparison of the NetConnection information objects (supported by the Flashplayer 6 and up) sent by Red5 vs. Flash Media Server
.
Tested with
Flash Media Server 2.0.3 on Ubuntu 6.1
, this
application and Red5:
NetConnection information objects
- couldn't reproduce or didn't test this yet
- tested and working
- doesn't work as expected
- doesn't work at all
The following messages notify you when certain NetConnection activities occur:
| Code property | Level property | Meaning | FMS | Red5 | Comments |
|---|---|---|---|---|---|
| NetConnection.Call.Prohibited | Error | An Action Message Format (AMF) operation is prevented for security reasons. Either the AMF URL is not in the same domain as the SWF file, or the AMF server does not have a policy file that trusts the domain of the SWF file. | |
|
|
| NetConnection.Call.BadVersion | Error | Packet encoded in an unidentified format. | |
|
|
| NetConnection.Call.Failed | Error | The NetConnection.call () method was not able to invoke the server-side method or command. | |
|
|
| NetConnection.Connect.AppShutdown | Error | The application has been shut down (for example, if the application is out of memory resources and must be shut down to prevent the server from crashing) or the server has been shut down. | |
|
fixed in r2174 |
| NetConnection.Connect.Closed | Status | The connection was successfully closed. | |
|
|
| NetConnection.Connect.Failed | Error | The connection attempt failed; for example, the server is not running. | |
|
|
| NetConnection.Connect.Rejected | Error | The client does not have permission to connect to the application, or the application expected different parameters from those that were passed, the application specifically rejected the client, or the application doesn't exist on the server. | |
|
|
| NetConnection.Connect.Success | Status | The connection attempt succeeded. | |
|
|
| NetConnection.Connect.InvalidApp | Error | The application name specified during connect is invalid. | |
|
Fixed in r1717 |
"NetConnection.Connect.InvalidApp" was added in r1718