Start a new topic

add subtitles

hi, i need to add subtitles with the automatic generate code.

whre d i need to put the html 5 tag?
in the example for the viblast player it works but in the generate code i dont know where to put the tags
  <body>
...
<div id="player-container" style="height: 640px; width: 848px">
<video src="http://cryptotv.noip.me/boy/0.m3u8" data-viblast-key="a3240ed90fd24dfb9a6174b2010faafc" controls="true" width="550" height="400" >
   <track label="English" kind="subtitles" srclang="esp" src="http://cryptotv.noip.me/boy/0.vtt">
   <track label="English" kind="subtitles" srclang="en" src="http://cryptotv.noip.me/boy/1.vtt">
   </video>
...
</body>
Login to post a comment