buffer frequently after seek #202
Closed
Comments
|
I think ffmpeg sends redundant request when seeking this video. The requests looks like this: All of the requested ranges are without ending position which cause the web server to send a lot of data. |
|
I closed the issue because I can listen the buffering state till buffer full. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when play some specific file over http, it buffers frequently after seeking.
try this file.
https://github.com/heyfluke/buggyvideos/blob/master/http/wuhan_driver.mp4
I recommend to serve the file over a self-hosted web server.
The text was updated successfully, but these errors were encountered: