in the examples of video.js I've found this:
var track = new videojs.AudioTrack({
id: 'my-spanish-audio-track',
kind: 'translation',
label: 'Spanish',
language: 'es'
});
my question is how it is added if there are no src
attribute, from where does it get the track itself? I mean the source itself like mp3
or wav
file
from the docs: http://docs.videojs.com/docs/guides/audio-tracks.html