All, I have searched through the archives of this board, as well as read through Mick's AMF & RTMP as well as the osflash.org's RTMP documentation.
I can't seem to learn the format for the last server -> client message which indicates to the client a successful net connection. My only working solution at them moment is to send back a string (containing the _error, code, & description information) obtained through sniffing. Other than the string types in the message, I can't seem to learn how it complies with the amf object structure. Example Packet (from mick's msn conversation) 00000C01 02 00 00 00 00 00 04 05 00 00 00 00 07 ac d8 00 ........ ........ 00000C11 02 00 00 00 00 00 05 06 00 00 00 00 00 03 d0 90 ........ ........ 00000C21 02 . 00000C22 02 00 00 00 00 00 04 05 00 00 00 00 00 03 d0 90 ........ ........ 00000C32 03 00 00 00 00 00 73 14 00 00 00 00 02 00 07 5f ......s. ......._ 00000C42 72 65 73 75 6c 74 00 3f f0 00 00 00 00 00 00 05 result.? ........ 00000C52 03 00 05 6c 65 76 65 6c 02 00 06 73 74 61 74 75 ...level ...statu 00000C62 73 00 04 63 6f 64 65 02 00 1d 4e 65 74 43 6f 6e s..code. ..NetCon 00000C72 6e 65 63 74 69 6f 6e 2e 43 6f 6e 6e 65 63 74 2e nection. Connect. 00000C82 53 75 63 63 65 73 73 00 0b 64 65 73 63 72 69 70 Success. .descrip 00000C92 74 69 6f 6e 02 00 15 43 6f 6e 6e 65 63 74 69 6f tion...C onnectio 00000CA2 6e 20 73 75 63 63 65 65 64 65 64 2e 00 00 09 02 n succee ded..... 00000CB2 00 00 00 00 00 05 06 00 00 00 00 00 03 d0 90 02 ........ ........ 00000CC2 02 00 00 00 00 00 06 04 00 00 00 00 00 00 00 00 ........ ........ 00000CD2 00 00 .. Can anyone guide me to more information on how to create/serialize this particular data? Thanks, Gary _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
