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

Add back support for range requests when serving media #1786

Closed
wants to merge 1 commit into from

Conversation

benjaminpkane
Copy link
Contributor

The application framework was changed from Tornado to Starlette in v0.16.0. But Starlette does not support range requests out of the box when serving files.

This work adds back support for range requests for media files (e.g. videos) so HTML5 video players can stream videos efficiently.

@benjaminpkane benjaminpkane added app Issues related to App features server Issues related to server features or changes labels May 25, 2022
@benjaminpkane benjaminpkane self-assigned this May 25, 2022
@benjaminpkane benjaminpkane mentioned this pull request May 26, 2022
@brimoor brimoor requested a review from a team May 31, 2022 13:54
@benjaminpkane benjaminpkane deleted the bug-stream-videos branch May 31, 2022 18:46
@benjaminpkane benjaminpkane mentioned this pull request May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Issues related to App features server Issues related to server features or changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant