Replies: 1 comment
-
Hi @rmarscher, Thanks for opening this. Mux player is intended to be used for only Mux sources. The main reason for that is that we can't really make guarantees that the playback engine (Hls.js) and the specific configurations we're using on Hls.js are optimal for any 'ol Hls source. For that reason we didn't prioritize exposing a config for the storyboard URL, but we'll talk about it and see if we can add this anyway. |
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
-
Currently, the storyboard only seems to be returned if there is a playback ID.
We mostly use Mux Video, but have some external videos that have a storyboard.vtt in the same format as Mux.
elements/packages/mux-player/src/index.ts
Lines 698 to 716 in a2befb5
I think we could update the mux-player package to support passing in a storyboard url instead of only generating from the playback ID.
Beta Was this translation helpful? Give feedback.
All reactions