I am generating a playlist manifest and playing the generated m3u8 file using HLS. I am looping over all the segment files to add their urls to #EXTINF:, but when I run my function, I get the error below, which means it’s not properly receiving the urls: Here’s my code: Answer somehow I bet you haven’t read the basics of
Tag: hls.js
noteOn is not a function
I have: But then I get an error here: Uncaught TypeError: sourceHuman.noteOn is not a function Why is noteOn method not defined? UPDATE I’m using my HTML audio tag to stream by hls.js: I would like to get the audio streamed by HLS and process it with Web Audio API. According to this post, I guess I would have to