javascript - HTML5 Video Track tag -


i have embedded video in html5 webpage using <video> tag. , have added <track> tag subtitles.

the video working fine in major browsers, subtitles not working. know major browsers doesn't support this.

is there workaround can show subtitles in browsers. kindly help.

captionator polyfill <track> tag.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -