Giter Club home page Giter Club logo

Comments (4)

devongovett avatar devongovett commented on July 21, 2024

Because Aurora loads audio data using an XMLHttpRequest, it is subject to the same cross domain security policy that other requests are. It can load cross domain audio files if the servers you are loading from have setup the proper CORS headers (Access-Control-Allow-Origin: *). If not, you may have to run some sort of proxy server, unfortunately. Let us know if you have any more questions, and thanks for using Aurora!

from aurora.js.

flaborda avatar flaborda commented on July 21, 2024

Hi, I am also working on a player and ran into some CORS-related problems. I want users to upload songs to their profiles (using filepicker.io) and then be able to play their files. I was using howler.js and it works great, but I don't like the quality of the final sound, plus other issues. So I want to switch to aurora.js but I am getting the following error when trying to load and play a file from filepicker.io: "Refused to get unsafe header "Content-Length"
"length.inflight.xhr.onload". Any ideas about the reason of this issue? And any reasons why it works just fine when using howler.js ? Thanks in advance!

from aurora.js.

skrichten avatar skrichten commented on July 21, 2024

@flaborda Same exact problem for me.

from aurora.js.

mattberkowitz avatar mattberkowitz commented on July 21, 2024

You may need Access-Control-Expose-Headers: content-length coming from your server

from aurora.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.