html5 video tag subtitles srt won't work -


i'd use captions mp4 video downloaded youtube. used googlesrt2 create .srt file youtube link. html using:

<video controls="controls" height="480" width="640">      <source type="video/mp4" src="video1.mp4" />      <track kind="captions" src="output1.srt" srclang="en"> </video> 

ironically, works in browsers sans actual captions, except ie doesn't work @ (i thought ie native mp4!). i'm rather frustrated , not sure how fix this. appreciated.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -