Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buffer frequently after seek #202

Closed
heyfluke opened this issue Sep 9, 2014 · 2 comments
Closed

buffer frequently after seek #202

heyfluke opened this issue Sep 9, 2014 · 2 comments

Comments

@heyfluke
Copy link

heyfluke commented Sep 9, 2014

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.

@heyfluke
Copy link
Author

heyfluke commented Sep 9, 2014

I think ffmpeg sends redundant request when seeking this video. The requests looks like this:
GET file range:100-
GET file range:200-
GET file range:300-
GET file range:400-
...

All of the requested ranges are without ending position which cause the web server to send a lot of data.

@heyfluke
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant