-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: Improve parsing time in DASH and HLS #5261
Conversation
Incremental code coverage: 100.00% |
Hi @avelad, is there some benchmark of this improvement? |
@avelad this is amazing, thanks for that! |
This change it's expected for 4.4, about the ETA... @joeyparrish ? |
Related to #5261 This PR delays the creation of the final urls of the segments so that they are not calculated in each media playlist parsing.
This PR improve the parsing time for DASH and HLS changing when the uris of the segments are constructed. Now the uris are constructed on demand.