gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] /srv/bzr/gnash/trunk r11961: Add a simple RTMP implem


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r11961: Add a simple RTMP implementation that is usable in Gnash core. Implement
Date: Wed, 24 Feb 2010 13:56:05 +0100

On Wed, Feb 24, 2010 at 11:37:56AM +0100, Benjamin Wolsey wrote:
> ------------------------------------------------------------
> revno: 11961 [merge]
> committer: Benjamin Wolsey <address@hidden>
> branch nick: trunk
> timestamp: Wed 2010-02-24 11:37:56 +0100
> message:
>   Add a simple RTMP implementation that is usable in Gnash core. Implement
>   rtmpget to mimic the behaviour of a SWF for downloading video files.
>   
>   The RTMP implementation correctly communicates with an RTMP server. This
>   interface is complete enough to use.  Its interface for retrieving
>   messages for the core (metadata, remote calls, and FLV packages) is
>   incomplete, and currently only for use with rtmpget.
>   
>   The Socket class currently blocks; this needs work to prevent Gnash from
>   hanging.
>   
>   Socket and RTMP both use non-portable system calls, which need to be
>   implemented for other platforms.
>   
>   rtmpget works only for rtmp streams. Its FLV writing powers only write
>   recorded streams correctly; this seems to be a bug with the FLV processing,
>   not with the packets received via RTMP.

Great work !

--strk;




reply via email to

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