I made this little code based on what I read on the internet, but the captions do not appear in any browser I've tested.
<div class="embed-responsive embed-responsive-16by9">
<video poster="filmes/A-cabana-HD.jpg" class="embed-responsive" controls autoload>
<source src="filmes/filme.mp4" type="video/mp4">
<track label="Português" kind="subtitles" srclang="PT-BR" src="filmes/legenda.vtt" default/>
<b>Por favor: entre com um navegador que tenha suporte a HTML5</b>
</video>
</div>
What do I do to make captions work in HTML5?