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

docs: hide Range header from flask to workaround beets web bug #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 26, 2023

  1. docs: hide range-related headers from flask

    This is to prevent flask from handling range requests when nginx is emulates range responses.
    Playing large opus files within firefox and gstreamer/mopidy worked for me only after I made this change in my nginx config.
    When using flask for streaming directly (without reverse-proxy), audio still doesn't play within firefox or gstreamer - prior to beets 1.6.1.
    mgoltzsche committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    bca6dab View commit details
    Browse the repository at this point in the history