PyAMF is a Action Message Format (AMF) decoder and encoder for Python (2.4 and newer) that is compatible with the Flash Player 6 and newer.
The Adobe Integrated Runtime and Flash Player use AMF to communication between an application and a remote server, like Twisted. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol used by the RTMPy project for example. Objects and data values are serialized into this binary format, which is generally more compact than other representations, such as XML.
Add your comment