[vlc-devel] Re: Demux ASF plugin modification (Linux)
Steve MOREAU
moreau at essi.fr
Mon Jul 25 12:43:12 CEST 2005
Thanks a lot Laurent !
I change the stream size to 0 in the "Content-Length" part of the
modules/access/http.c (line 1111) file :
int64_t taille = i_tell + atoll(p);
p_access->info.i_size = (taille != 556 ? taille : 0);
and it works with my Sony SNCM1W stream (http://192.168.0.2/img/video.asf)
! It would be enough for today ;-)
Thanks again
Steve
--
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