OpenRTMFP / Cumulus

CumulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting
http://groups.google.com/group/openrtmfp-cumulus
GNU General Public License v3.0
593 stars 221 forks source link

onTypedObjects #121

Open SyraTechnologies opened 8 years ago

SyraTechnologies commented 8 years ago

Monaserver is returning various errors when attempting to use onTypedObjects.

ex: "sources/AMFReader.cpp[154] Unknown AMF0 type 40"

However, upon debugging the flash application it is noted that proper TypedObjects are being sent. Code examples and data is available upon request.

thomasjammet commented 8 years ago

Hi Justin,

We are sorry but for a reason of time the Custom types (LUA to AMF) conversion is not available anymore, I have just updated the documentation at http://www.monaserver.ovh/serverapp.html#lua-types-conversions.

If you want us to implement it contact us by mail.

Otherwise there are many tricks to exchange data between client and server. For example you can use Array, Object and ArrayCollection to contain your class members.

Regards