Help other people decide, vote up or down?
PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Adobe Flash Player.
Description
The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP.AMF3, the default serialization for ActionScript 3.0, provides various advantages over AMF0, which is used for ActionScript 1.0 and 2.0. AMF3 sends data over the network more efficiently than AMF0. AMF3 supports sending int and uint objects as integers and supports data types that are available only in ActionScript 3.0, such as ByteArray, ArrayCollection, ObjectProxy and IExternalizable.
View More ↓
How To Install
Direct installation
Via Repository
Via Directory
- Download the addon.
- Open up Kodi and navigate into Add-ons.

- Click the open box icon (above the side-menu).

- Select Install from zip file.
- If this is the first addon you install, Kodi will warn you about installing addons from "unknown sources" for security reasons - it's your call.
- In any case, Kodi will warn you, you may not get auto-updates for this addon.
- Navigate into the location where you've downloaded the addon to and select it to Install.
- First make sure you have the repository installed
- Open up Kodi and navigate into Add-ons.

- Click the open box icon (above the side-menu).

- Select Install from repository.
- If you have at least one repository (besides the default) installed:
Select the repository you wish to install from.
- Select the category the addon belongs to, in this case it should be script.
- Select PyAMF.
- Click Install.
Installing via directory means you connect to a Web server directly using Kodi.
It also means that the addon is found under a repositry or a sub-repository you install from that directory (check out which repositories host
PyAMF addon
below).
- Open up Kodi and navigate into the System settings screen by selecting the cogwheel button (above the side-menu inside Kodi's home-screen).
- Select File manager.

- Select Add source from the left pane (the right pane is in case you want to move files from one folder to another, if you're using a mouse you may need to double click it).
- Click the line where it says <None> and enter the following url:
http://fantazyrepo.uk/repo/
Note: some servers may be case-sensitive.

click OK after you are done typing. - Below that, if there isn't already, enter a name for the source which will be easy for you to recognize in the future. Click OK
- Now press the return button twice to return to home-screen.
Navigate into Add-ons.

- Click the open box icon (above the side-menu).

- Select Install from zip file.
- If this is the first addon you install, Kodi will warn you about installing addons from "unknown sources" for security reasons - it's your call.
- In any case, Kodi will warn you, you may not get auto-updates for this addon.
- Look for the name of the source as it was entered in step 5, select the repository zip file you see inside it.
That's it. The rest of the instructions are as detailed in installing Via Repository, use the repository you've just installed.
For a full installation guide please click here.
Additional Information
Updated: June 29, 2022
Platform: all
License: MIT