[vlc] Re: Using vlc to show video through another app

Michael S. Zick mszick at goquest.com
Wed Jul 7 00:42:24 CEST 2004


On Tue July 6 2004 15:34, Chhaya, Harshal wrote:
>
------
> - use a multi-threaded application where one thread reads the data
> off the network as fast as it arrives and puts it in a large buffer.
> The other thread passes the data from this buffer to vlc via the
> fwrite. I am hoping that with a large enough buffer, I may be able
> to avoid the buffer overrun problem.
>
That is called a 'named pipe' or 'fifo' 
mkfifo filepath.filename
will do that.
see: man mkfifo
for details.
-------
>
> If there is some other approach I should consider, feel free to suggest
> it.
Your welcome.
Mike

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list