Why doesn't this html5 track tag work? -
this code:
<video controls="" src="arrested%20development.s04e11.a%20new%20attitude.mkv"> <track kind="subtitles" label="english subtitles" src="subs\arrested development.s04e11.a new attitude-eng.vtt" srclang="en" default=""> </track> </video>
i can see video fine, not subtitles (not subtitles button on controls).
(on chrome)
i don't use control parameter in video tag , default parameter in track tag not sure if solve problem. use playr: https://github.com/delphiki/playr makes life little easier!
Comments
Post a Comment