audiocogs / aurora.js

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

Live Stream and audio G.711 support #181

Open mburger81 opened 7 years ago

mburger81 commented 7 years ago

I have two problems and questions,

a) does the player support G.711 aLaw uLaw audio codec? b) We have a live stream which has not Content-Length, does the lib support live streams? We tested for example this mp3 stream http://audio-mp3.ibiblio.org:8000/wcpe.mp3 stream, this does not have undefined lengthe and will not work http.coffee:32 HEAD http://audio-mp3.ibiblio.org:8000/wcpe.mp3 400 (Bad Request)HTTPSource.start http.coffee:20 Refused to get unsafe header "Content-Length"

mburger81 commented 6 years ago

No one here?