[vlc-devel] Re: Read() in http.c
ying lcs
yinglcs at gmail.com
Tue Jun 5 21:27:41 CEST 2007
Thanks Remi,
The reason I ask this question is when I try to do
'real-time-transcoding on-the-fly' like this, vlc needs to download
the whole source file using http first, before it starts writing the
sdp file:
./vlc -I dummy http://127.0.0.1/test.flv --sout
'#transcode{vcodec=mp4v.... ,sdp=file:///usr/local/moives/test.sdp}'
Can you please tell me why is that? And how can I configure it so that
it is on-the-fly?
i.e. doing transcoding (from flv to mpeg4) without downloading the whole file.
Thank you for any help/pointers.
On 6/5/07, Rémi Denis-Courmont <rem at videolan.org> wrote:
> Le mardi 5 juin 2007, ying lcs a écrit :
> > In modules/access/http.c, there is a Read(),
> >
> > static int Read( access_t *, uint8_t *, int );
> >
> > Can you please tell me where does this function? I try to do a
> > search in that file, i can't find where does that function get
> > called.
>
> It's passed to pf_read (from p_access) as a callback to the VLC input
> core in the Open() function.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list