php - I would like to download the Remote SharedObject from an FMS server through RTMP -
I want to contact an FMS server through a script and continuously download the remote shared object.
Flash program connects to FMS server, opens netconnection, calls a SharedObject.getRemote. I want to use this information through PHP, Ruby, Perl, etc. to work in the script.
I understand that this information is sent to the Flash Player as an AMF Object on the RTMP Protocol. Since this is an RTMP and is not a HTTP, I can not use the SEMFF client for example, because it uses the CRL, which does not support RTMP.
Anyone have any idea about how to do this?
A shared object is basically just a key / value collection, you only need to call through the flash, Listen to the updated event, repeat through all the properties of the shared object and write them in the object of your own - a dictionary or object type after that you can send it to your Saber AMF gateway because how PHP uses it for it.
Comments
Post a Comment