We have RTMP(E) handshake fixed. We now can stream h264/AAC with flash
player 10,0,32,18 . You can see the relevant patch here:
http://www.rtmpd.com/changeset/579
I'll prepare the excel sheet with the RTMP(E) handshake breakdown
again. Is not too different from previous one. In the mean time, you
can look over that patch, is not complicated. All they changed is the
positions of DH offset, digest offset computation. The rest remains
the same.
Best regards,
Andrei
On Aug 8, 2009, at 9:51 PM, Peter Thomas wrote:
>
> On Sun, Aug 9, 2009 at 12:13 AM, Gavriloaie Eugen-Andrei <crtmpserver at gmail.com
> > wrote:
> Hello all...
>
> I've made the RTMPE/RTMP (including h264 support) work again with
> the new flash player (10,0,32,18).
>
> I will post the new excel sheet at
www.rtmpd.com as soon as I
> complete the changes. Right now I've made the inbound RTMP(E)
> connections work (from flash player to my server). I need to make
> those initiated by my server to another servers too. Stay tuned!
>
>
> Awesome ! That was fast
>
>
>
> On Aug 8, 2009, at 4:03 PM, kinov wrote:
>
>> Hi,
>> can you please send a copy of your source code ,and i will testing
>> for you ,thanks!
>>
>> 2009/8/6 Mondain <mondain at gmail.com>
>> Send it to me directly or put it in a trac ticket. If its small put
>> it in pastebin and post the link here.
>>
>> Paul
>>
>>
>> On Wed, Aug 5, 2009 at 11:06 AM, Vittee Nakka <vittee at hotmail.com>
>> wrote:
>> OK, where I should send my source code?
>>
>>
>>
>> From: Mondain
>> Sent: Thursday, August 06, 2009 1:02 AM
>> To: red5 at osflash.org
>> Subject: Re: [Red5] RTMP Handshake changes in Flash 10.0.32.18
>>
>> We accept all donations of money and code
>>
>> 2009/8/5 Vittee Nakka <vittee at hotmail.com>
>> Hi,
>>
>> I'm developing a Red5 application that can relay AAC+ stream from
>> Icecast server (the same as Wowza does)
>> It worked fine with Flash Player 10 (the old one), but not with the
>> latest (10.0.32.18)
>>
>> Wowza somehow fixed this problem, so I tried to analyze packet from
>> Wowza server, and the only thing that has changed is RTMP Handshake.
>> I also decompile Wowza's handshake routine, and noticed that...
>> there is some part of code mention the new Flash Player.
>> So I think if you can correct the new RTMP Handshaking then my
>> application should work with the new Flash Player.
>>
>> I'd like to donate my application for testing (if you need to)
>>
>>
>> Any Ideas?
>>
>> Best Regards.
>>
>> Vittee