Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: support range requests w. gstreamer/firefox
Playing large opus files within firefox and gstreamer/mopidy worked for me only after I made this change in my nginx config. I guess this was not a problem previously since older flask versions did not support range queries at all but that seems to have changed partially since flask returns an `Accept-Ranges: bytes` header. Though, when using flask for streaming directly (without reverse-proxy), audio still doesn't play within firefox or gstreamer. gstreamer logged an error indicating the request is unsupported. Both gstreamer and firefox started working only after I disabled passing through the range headers within nginx.conf.
- Loading branch information