Subtitles not showing using WebVTT

后端 未结 4 2150
野趣味
野趣味 2021-02-19 23:23

So I\'m trying to add subtitles to a html5 video and found WebVTT. I\'ve done some research on it and have even copied some example code to see if that\'ll work and yet I have n

4条回答
  •  悲&欢浪女
    2021-02-19 23:53

    You use the incorrect time-stamp format. There should a . (dot), after the second value.

    It should be like this: 00:00:00.000 --> 00:00:10.000

提交回复
热议问题