How to composite ts files encrypted with AES-256bit with a custom loader and pass them to hls.js. #7007
Labels
Custom loader
Needs Triage
If there is a suspected stream issue, apply this label to triage if it is something we should fix.
Question
What do you want to do with Hls.js?
I am new to hls.js. I currently have a list of m3u8 files and ts files encrypted with AES-256bit. i would like to implement logic to composite the arrayBuffer of the acquired ts files using hls.js custom loader, but in which part should i incorporate that process I don't know where to put it.
What have you tried so far?
Below is the code we are currently testing, using TypeScript and React, built with Vite.
Thanks.
The text was updated successfully, but these errors were encountered: