]> git.sesse.net Git - vlc/commit
stream_filter/httplive.c: restore seeking
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 11 Oct 2011 08:21:00 +0000 (10:21 +0200)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Tue, 11 Oct 2011 08:21:00 +0000 (10:21 +0200)
commit10c42e7f27e574b20d82c2bee992b66a14301696
treeb577a41b0fea2ce2f04b010be62b60487243de4d
parent4a234dbe85ac29e8f3525ecaf71a81ae147570d7
stream_filter/httplive.c: restore seeking

HTTP Live Streaming client does not support fast seeking, since that
would mean getting all data from the server. It would slowdown playback
of the stream until the end of the movie has been reached.
modules/stream_filter/httplive.c