audiocogs / aurora.js

JavaScript audio decoding framework
http://audiocogs.org/codecs
1.26k stars 185 forks source link

"Something is wrong in HTTPSource.loop" while using AV.Asset.fromURL(remoteUrl) #203

Open Jurek-Raben opened 6 years ago

Jurek-Raben commented 6 years ago

Hi,

if I try the following code, the asset throws the following error:

Something is wrong in HTTPSource.loop

Code:

var asset = AV.Asset.fromURL(remoteUrl); asset.on("error", function(err) { console.log(err); });

The remoteUrl is correctly readable using XMLHttpRequest() arraybuffer.