WebVTT (Web Video Text Tracks) is a plain-text subtitle format designed for use with HTML5 video.
WebVTT (Web Video Text Tracks) is a plain-text subtitle format designed for use with HTML5 video. It was developed by the W3C and WHATWG and widely based on the SubRip file format.
I'm trying to get this working in Chrome.
I have a page playing a HTML5 video, with a webvtt file for my subtitles. I'm trying to get one line to show up about a second after another line.....but keep the first line there.
Then make them disappear…
I'm using hls to stream a video while using in safari the subtitle's are not in a sync so added the time stamp map but not able to get the MPEGTS value for the web vtt file
How to calculate MPEGTS Value
I'm looking to have a .vtt caption file play with a mp4 video per http://attendedstorage.com/videotest2.html
However, the .vtt whether hosted s an Azure blob is not being seen.
I've tested in Chrome and IE10.
I did set "content-type: txt/vtt".
This…