gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] NetConnection And NetStream


From: George Thomas
Subject: Re: [Gnash-dev] NetConnection And NetStream
Date: Wed, 27 Feb 2013 21:45:46 +0530

On Wed, Feb 27, 2013 at 2:50 AM, Rob Savoye <address@hidden> wrote:
On 02/22/13 14:37, George Thomas wrote:

>> In any case note that RTMP support is NOT implemented in Gnash.
>> It's not minor work, but you're welcome if you want to give it a try.

  Well, RTMP support is sort of implemented in Gnash, not just once, but
twice. Unfortunately those implementations are mostly standalone
libraries, and not fully integrated into Gnash itself.


Will have a look at understanding the existing support and will try to get the code organised so that everything works.

I was thinking of using red5 as server and getting tests running with it and adding cases to regression framework during the course. Also found cygnal to contain code for RTMP but did not explore completely.

Is it the best way to go about things ?

> PS : Hope this place is Ok to send the patch.

  Patches are always appreciated. We however prefer to use our patch
tracker https://savannah.gnu.org/patch/?func=additem&group=gnash, as it
offers better functionality than just email. I just committed your patch
to master, commit #1008f58. This also includes my changes to the ming
and haxe bases test cases for this class as they now work.

        - rob -


Thanks for acknowledging the patch :)
Will use savannah 's method from now on.

But as strk suggested earlier, I was looking into issues with youtube after using the patch. It looks to be giving errors

23298:1] 11444: ACTIONSCRIPT ERROR: Reference to undefined member [string:bufferTime] of object [object(gnash::NetStream_as):0xb3438330]

this was happening for other members as well that I moved to the prototype.

As a solution I was trying (haven't found yet) to see if the prototype members can be converted to members of the object when flash7 or flash8 is used.  

Also in that case shold we expect ValueType.tNull (as in classes.all/net/NetStream_as.hx) to be return type or should it be same as that of the prototype ?



- George -


reply via email to

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