-
Notifications
You must be signed in to change notification settings - Fork 6k
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
DASH download huge amount of request #11112
Comments
Can you provide us with a sample URI? If you're unable to share test content publicly, please send them to [email protected] using a subject in the format "Issue #11112". |
I sent you an email :) |
Any news about it ? |
The segments of this stream are very small and they have different URIs. So I think there is no way around requesting every segment on its own. |
Each segment needs to downloaded - but the question is probably related to overall speed of downloading. A question I would have for @yoobi - did you observe TCP connection establishing on each fragment request (i.e are TCP connections reused)? |
ExoPlayer is requesting data by using a |
When downloading DASH file I'm getting a tons of network request, requesting only one segment at a time, is this a normal behaviour ? Is it possible to load larger segment instead of one every 200 ms ?
I'm using
HttpDataSource.Factory
Here is the network inspector:
The text was updated successfully, but these errors were encountered: