With the new Vimeo embed features, subtitles as video text tracks is able to be obtained and selected.
<div class="flex flex-col w-full">
<div id="subtitles" class=""></div>
</div>
<script type="text/javascript">
var player = flowplayer("#subtitles", {
"src": [
{
"src": "https://vimeo.com/76979871",
"type": "vimeo"
}
],
"token": "eyJraWQiOiIyeHRpc0Q5NHZzTjIiLCJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjIjoie1wiYWNsXCI6NixcImlkXCI6XCIyeHRpc0Q5NHZzTjJcIixcImRvbWFpblwiOltcImVsZWN0cm90ZXF1ZS5vcmdcIl19IiwiaXNzIjoiRmxvd3BsYXllciJ9.WLUkZHpDNoaXWDaFO2V5UfXm7SnDvE1pFAM0e7ppnFovOSyCCZM-b8gQNBSElB5yirTP__x76Qyo8pMWh6lVrw",
"vimeo": {
"pro": true,
"subtitles": true
}
});
</script>