Skip to main content
Participant
March 20, 2014
Question

FSO file format

  • March 20, 2014
  • 1 reply
  • 537 views

Hi all,

I know the FSO files generated by FMS server are not 100% AMF messages. Nevertheless, can somebody tell me how can I parse the following onces in example:

%CONNECT_HOME%/content/7/..../fcs-meeting/presenters/all/N_history.fso

%CONNECT_HOME%/content/7/..../fcs-meeting/presenters/all/gShell_objects.fso

I need infromation that common API calls do not provide but it is persisted in these files, particulary I need to sort a rooms chat history by PODs.

I see some differences between the files and AMF0 / AMF3 specification which makes me think that they are not pure AMF byte sequences.

Thank you very much in advance.

Simeon

This topic has been closed for replies.

1 reply

Abhinav_Arora
Participating Frequently
March 25, 2014

I googled a little and found  this open source project, maybe it could help you.

https://code.google.com/p/fdplugins/wiki/SharedObjectReader

Thanks

Abhinav    

Participant
March 25, 2014

Hi Abhinav,

SharedObjectsReader is now part of FlashDevelopment IDE as internal tool. I've downloaded FD and gave a try but it seems that only client side SOL files are supported. The files I am refering to are server side generated by FlashMediaServer which unfortunately is native application and not java. Trying to open FSO file with the tool an error message pops up.

Thank you in any way.

Simeon