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

Player doesn't allow seeking ahead even if server supports byte-range requests #232

Open
eplusminus opened this issue Feb 24, 2017 · 0 comments

Comments

@eplusminus
Copy link

The server that's serving my MP3 files definitely supports byte-range requests, and returns an "Accept-Ranges: bytes" header for every request. If I just hit the URL for one of the files directly in the browser, the built-in audio player lets me seek ahead anywhere in the file without making me wait for preloading. But the audio.js player doesn't.

Looking at the code, I think this is just unsupported in the player UI, but I'm hoping I've just missed something.

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

1 participant