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: Fri, 29 Sep 2006 17:43:15 +0200

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]