WebVTT in Media Transport Formats
Posted on:WebVTT is quite a powerful format. It has been developed to transport timed data chunks, including captions, subtitles, video descriptions, chapters, and in fact any chunk of data that cues up with a time segment of a media element.
The TextTrack API in HTML5 that provides the means to synchronize timed data chunks with media elements is specified generically such that these cues can come from a <track> element, from JavaScript, or from text tracks provided in-band in a media resource.
The support of WebVTT in <track> elements in browsers is coming along nicely – Safari has released it, IE10, Opera and Chrome have previews and will release it in their next versions, and the Firefox community is also highly active.
As can be expected, support of WebVTT in media transport formats is taking a bit longer to specify and implement. However, we are already seeing specifications for these formats, even though at the time of writing of this article, as far as we know, there are no implementations of any of these specifications yet.
- WebVTT in WebM was the first specification for encapsulating WebVTT in a media container.
- WebVTT in Apple’s HTTP Live has been published just recently and details how to use WebVTT for captions with m3u8. While it right now covers plain cues only and no CSS styling, it is the first format to show how HTTP adaptive formats can make use of WebVTT.
Other formats where we heard that work is happening, but no public specifications have been made available yet include WebVTT in MP4 containers, WebVTT in Ogg, and WebVTT in MPEG DASH.
I am looking for http live link with webVTT subtittle for testing. So can anybody share the link of hls + webVTT?
With Regards,
Sunil Deshpande
Here is an HLS stream having :
. 6 video qualities (for Adaptive Bitrate )
. 2 alternate audio tracks (English and French)
. 3 alternate subtitle tracks (English, English with audio description and French)
http://sample.vodobox.com/planete_interdite/planete_interdite_alternate.m3u8
Is it necessary to convert webvtt or vtt subtitle files into m3u8 for ?
can not we add the webvtt file in URLs address
Is there a way to convert the .vtt to .m3u8