gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] effective streaming


From: strk
Subject: Re: [Gnash-dev] effective streaming
Date: Sat, 30 Sep 2006 21:23:46 +0200

Committed the wrapper and an associated test (that
finally runs with 'make check', with no dejagnu intervention).

Not tested (and not working, it seems) is the explicit name
for a cache file (so we can keep saving a copy of the SWF
found on website).

Anyway, next step would be integrate this in the Player class,
in the command line, and finally change invocation from within
the plugin.

At this point, I'd add this to the things to do before next
release.

--strk;

On Fri, Sep 29, 2006 at 05:43:15PM +0200, strk wrote:
> On Fri, Sep 29, 2006 at 09:00:37AM -0600, Rob Savoye wrote:
> > strk wrote:
> 
> > > The second one would be easy if we allow gnash to
> > > read the stream from stdin (see task #5838)
> > 
> >   Which I think is the way to go, and I don't think that hard to
> > implement. Rather than opening a file to get a file descriptor, we'd
> > just read from file descriptor 0. (stdin)
> 
> I'm working on this. The problem is that we seek and stdin is
> not seekable. I'm writing a noseek_fd_adapter for tu_file which
> basically buffers stdin into a temporary file (optionally named).
> 
> --strk;




reply via email to

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