gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] iPlayer using gnash


From: Rob Savoye
Subject: Re: [Gnash-dev] iPlayer using gnash
Date: Tue, 15 Sep 2009 12:08:16 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3

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 -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]