I have a similar issue, maybe the same.
Playing an avi file (like mrl=
http://streams.videolan.org/streams-vid ... vX-AC3.avi ) on
- mozilla plugin : give me input.length equals to zero
- vlc player git-0.9 : a "AVI file is broken" message then zero length (like TV streaming..)
The same file (downloaded then played as mrl= /home/account/...video.avi ) works fine.
I have not found track ticket for this issue, except old commits (*1), so I have opened one (
https://trac.videolan.org/vlc/ticket/1532 ).
*1 : commit messages
r2080 | fenrir | 2002-07-10 00:18:23 +0200 (mer, 10 jui 2002) | 7 lines
plugins/avi/avi.c : now you can see avi over http (true interleaved
file only), and seek is allowed (but with great unsynchronisation,
and sometimes it fails). But in order to make it working, I have to
limit the number of bytes I read at a time. It's strange since in
previous version of vlc, I don't need to do that ... ( it segfaults in
input_SplitBuffer but not always on the same frame )
r2779 | fenrir | 2002-11-16 23:25:07 +0100 (sam, 16 nov 2002) | 2 lines
* avi: fix playing over http (a bug I have introduced).