-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Text Tracks Browser Behavior
Pat O'Neill edited this page Aug 6, 2015
·
8 revisions
Browsers have some interesting behavior around text tracks / captions. This document outlines those differences in behavior.
- Open Chromium issue
- If there is no
<track>
with adefault
attribute, a<track>
withsrclang
matching the client's locale (i.e. system locale) will be used. For example, if your system language is French, a<track>
withsrclang="fr"
will be played without input from the user.
- Firefox will not play any track by default unless it has the
default
attribute.
- Firefox will not play any track by default unless it has the
default
attribute.
- If there is no
<track>
with adefault
attribute, the first<track>
will be played.
https://github.com/videojs/video.js.wiki.git Page not avaiable now.