SharedObject

Below is a comparison of the  SharedObject information objects (supported by the Flashplayer 6 and up) sent by RTMPy vs.  Flash Media Server.

SharedObject information objects

http://red5.nl/images/help.png - couldn't reproduce or didn't test this yet
http://red5.nl/images/accept.png - tested and working
http://red5.nl/images/bug.png - doesn't work as expected
http://red5.nl/images/cross.png - doesn't work at all

The following messages notify the Flash Player when certain SharedObject activities occur:

Code property Level property Meaning FMS RTMPy Comments
SharedObject.BadPersistence Error The persistence parameter passed to SharedObject.getRemote() is different from the one used when the shared object was created. http://red5.nl/images/accept.png http://red5.nl/images/help.png
SharedObject.UriMismatch Error The URI parameter passed to SharedObject.connect() is different from the one passed to SharedObject.getRemote() when the shared object was created. http://red5.nl/images/accept.png http://red5.nl/images/help.png Generated on the client only
SharedObject.NoReadAccess Error Read access to a shared object was denied. http://red5.nl/images/accept.png http://red5.nl/images/help.png
SharedObject.NoWriteAccess Error Write access to a shared object was denied. http://red5.nl/images/accept.png http://red5.nl/images/help.png
SharedObject.ObjectCreationFailed Error Creation of a shared object was denied. http://red5.nl/images/accept.png http://red5.nl/images/help.png