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

Video seeking not working #278

Open
restlessmodem opened this issue Nov 23, 2021 · 0 comments
Open

Video seeking not working #278

restlessmodem opened this issue Nov 23, 2021 · 0 comments

Comments

@restlessmodem
Copy link

Hi,
I noticed on my dockerized seafile instance that seeking does not work for uploaded videos.
This is related to not sending the "Accept-Ranges" HTTP header.

I worked around this issue and drastically improved video streaming perfomance by adding
proxy_force_ranges on;
to the seafile.nginx.conf inside the container.

Alternativly seafhttp could send the "Accept-Ranges" header and nginx should relay it.

The instance demo.seafile.com seems to be configured correctly.

@freeplant freeplant reopened this Mar 22, 2024
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

2 participants