[vlc-devel] AVI Seeking broken in HTTP streaming (all os)
Samuel Pitoiset
samuel.pitoiset at gmail.com
Tue Aug 21 20:48:35 CEST 2012
Hello everyone,
This patchset fixes AVI seeking in HTTP streaming.
You can easily reproduce that issue using the following link
http://samples.mplayerhq.hu/avi/GoneNutty.avi.
So, the first patch fixes missing frames at the beginning of
a HTTP stream. I pinpointed it by playing a local avi file using
Demux_UnSeekable() instead of Demux_Seekable().
The second one fixes the position of the seek bar which doesn't change
during a stream.
More information about the vlc-devel
mailing list