We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using AV.Player.fromURL with HTTP bad response, cause library to send requests till it satisfies condition @loop() unless @offset >= @length https://github.com/audiocogs/aurora.js/blob/master/src/sources/browser/http.coffee#L57
AV.Player.fromURL
@loop() unless @offset >= @length
Need to add code to handle such tries, and stop bombing server with requests.
The text was updated successfully, but these errors were encountered:
fixed audiocogs#213
0a6c854
added ability to pass custom chunkSize, instead of hardcoded 1MB added package-lock.json updated README
Successfully merging a pull request may close this issue.
Using
AV.Player.fromURL
with HTTP bad response, cause library to send requests till it satisfies condition@loop() unless @offset >= @length
https://github.com/audiocogs/aurora.js/blob/master/src/sources/browser/http.coffee#L57
Need to add code to handle such tries, and stop bombing server with requests.
The text was updated successfully, but these errors were encountered: