Replies: 1 comment
-
Hi @codi-si, We don't have great examples of external or custom loader implementations. You should refer to the XHR and Fetch loaders (and their dependencies) as the references. https://github.com/video-dev/hls.js/blob/master/src/utils/xhr-loader.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw the discussions area of this repo had just been opened up, so thought I might give it a whirl!
Are there any good custom loader reference implementations out there for hls? I found the skeleton setup in the docs, but it doesn't really take you very far. I think I might be missing things when creating my own, so interested in what else is out there.
This is spurred on by the issue I raised around trying to create an IPFS custom loader that works with v1.x. I figured if I could look at other custom working implementations that work with the latest releases, even if for a completely different loading mechanism, I might see what's missing in my own.
Beta Was this translation helpful? Give feedback.
All reactions