[vlc-devel] frames buffer to vlc
Jean-Paul Saman
jpsaman at videolan.org
Tue Sep 9 18:54:59 CEST 2008
loic mayoud wrote:
> dear developers
>
> i try to view one remote video in vlc but i recv video frame by frame in an
> other program to send it in vlc.
>
> exactly i try to make a pipe between my program and vlc but i can get it in
> vlc.
>
> so i have a buffer of video like char *buf and i need to read it in vlc, how
> i can do that ??
>
> i was think to rewrote file.c in access module to get my bufferand read it
> in vlc. but i don't know how i can did it.
>
> if someone have a idea or sugestion ?
Use -V vmem (ipc) or -V yuv (pipe) as video outputs.
Gtz
Jean-Paul Saman.
More information about the vlc-devel
mailing list