Replies: 1 comment
-
Hi @bennlich The Hls.js internals on mux-player & mux-video is intentionally not part of the public API contract in order to maintain forward compatibility. We're keeping the option open for these packages in the future to do things like:
Having said that, the Hls.js instance is accessible via If that helps you, then great! I just want to be clear that manipulating the Hls.js instance is not something we can make guarantees about in terms of forward compatibility. |
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
-
Hiya! I'm trying to figure out how to tweak some of the hls config options used by my mux-video player.
My first thought was that I might be able to pass them in as
<mux-video>
props, but I see here that only a select few get passed on to HLS.My second thought was to use Hls.DefaultConfig, but I'm loading mux-video with a script tag:
and I can't figure out how to access the
Hls
object.Is there a recommended way to do this?
Beta Was this translation helpful? Give feedback.
All reactions