I have similar problems (trying to write a RTMP server in Erlang).
What project are you doing ? I construct the  bodies of the server
response (header is straight forward, isn't it ?) like this:

- Methodname ("_result" or "onStatus")
- Number of Paramters (1 for connect, otherwise 2)
- an AMF-object containing the response (e.g. the status massage form your dump)

This works currently for me at the current initial stage of my
implementation, which reflects something like red5 version 0.1. Don't
ask me whether it's right.

Looking at your dump, my server connect response would end after the
09 (the one which terminates the AMF object)

regards
-- 
Roberto Saccon

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to