On 09/15/09 12:01, Matthew Spencer wrote:
Quick status update, I am at the point where the initial handshake seems to be working now. I am not getting a vaild response to the 'connect' packet sent.
Then the packet you sent isn't 100% correct. This usually happens if you miss the 128 byte boundary for RTMP chunks, in this case it should be a 0xc3 exactly 128 bytes after the 12 byte header. the NetConnection packet is usually over 128 bytes, so it gets split into two pieces.
Try the RTMPClient::connectToServer() method, which should be doing this for you.
- rob - _______________________________________________ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev