Re: text tracks

it should be feasible to do something like:

<video>
  <track src="data:text/vtt,..." kind="captions"/>
</video>

On Wed, Feb 6, 2013 at 2:04 PM, GIDEON ISAAC
<mad.gideon.isaac@hotmail.com>wrote:

>  Can webvtt cues be nested in the body of a video tag without referring to
> external text track files?  I see that you can create a file full of cues,
> but suppose I did not want to have such a file on my server, but rather
> wanted to create the information based on several databases and just stick
> it in the video tag?
> Thanks,
> Gideon
>

Received on Wednesday, 6 February 2013 21:16:43 UTC