ACCESSIBILITY — BETA
Auto Translate
Automatically enables subtitles from an external .vtt file. Set autoSubtitles: true and provide a subtitles array with language and source.
autoSubtitles
true
Enables subtitle layer
srclang
tr
BCP 47 language code
default
true
Auto-select on load
JSON Config
{
"autoSubtitles": true,
"subtitles": [
{
"label": "Türkçe",
"srclang": "tr",
"src": "…/example-subtitle.vtt",
"default": true
}
]
}Event Logs
HopeVideoJS is a flexible and customizable video player solution based on Video.js, developed by Umut Yaldız. It offers a modern and powerful media playback experience with its open-source structure.