Skip to main content
calmchessplayer
Inspiring
August 2, 2011
Question

What does this error mean?

  • August 2, 2011
  • 1 reply
  • 575 views

My application stops functioning correct and in The FMS console i receive the following error........What does it mean and how do I correct it. My main.asc is simple and works well plus i don't get any indication where in the SSAS to look. Maybe the client is causeing the error to occur its pretty complex code that uses 4 shared objects to do its thing. Any insight into this error would be appreicated.

Object encoding error; terminating connection : rtmp://_defaultRoot_/_defaultVHost_/test/room0

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    August 3, 2011

    This looks like Object Encoding error - so looks like there is some mismatch happening - may be you are trying to send AMF3 encoded object over AMF0 connection or something like that. Which FMS version are you using?

    calmchessplayer
    Inspiring
    August 3, 2011

    I'm using FMS 4 Enterprise edtion weird that i'm sending an AMF Object the only thing that should be being sent are strings into RSO but I do have movie clips being cast into string using toString() so i can store them as a string in the RSO and then when i need to use them a "actual" movie clip array is formed using the strings in the array. So maybe I have a movieclip thats missing its toString(); or something. I'll check it out. Let me know if you have any other thoughts.