[vlc-devel] Re: Demux ASF plugin modification (Linux)
Derk-Jan Hartman
hartman at videolan.org
Mon Jul 25 16:40:24 CEST 2005
On 25 jul 2005, at 12:43, Steve MOREAU wrote:
> 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
Could you please post the full debug messages of VLC when you open
this stream?
This might explain better why the retrieved information from your
webcams http server is (considered) incorrect.
DJH
--
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