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

bug: cannot seek in videos on Chrome due to missing Range header support #344

Open
insertish opened this issue Aug 6, 2021 · 1 comment
Labels
bug Something isn't working crate:services:autumn crates/services/autumn

Comments

@insertish
Copy link
Member

Chrome expects the ability to receive partial content from a remote server.

https://stackoverflow.com/questions/10583931/cant-seek-html5-video-or-audio-in-chrome

@insertish insertish added the bug Something isn't working label Aug 6, 2021
@insertish
Copy link
Member Author

We can use the new moka cache to handle these requests BUT it is important to not allow them if it does not exist in cache, in such a case just fail.

@insertish insertish changed the title Cannot seek in videos on Chrome. bug: cannot seek in videos on Chrome due to missing Range header support Sep 29, 2024
@insertish insertish transferred this issue from revoltchat/autumn Sep 29, 2024
@insertish insertish added the crate:services:autumn crates/services/autumn label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crate:services:autumn crates/services/autumn
Projects
Status: 🙋 Upvoting
Development

No branches or pull requests

1 participant