Skip to content

How can i add subtitles to video player #264

Answered by luwes
issam-seghir asked this question in Q&A
Discussion options

You must be logged in to vote

with Mux you can add them via the Mux video API
https://docs.mux.com/api-reference#video/operation/create-asset-track

or if you like to add them manually from your own backend you can add a <track> element.
it works similarly to how it works with the native <video> tag.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by issam-seghir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants