Captions plugin and Audio Description plugin are used to load both a captions SRT and an audio description MP3 file. Both can be toggled on/off through a large, descriptive button in the display area. The plugins are automatically loaded by JW Player from our CDN:
plugins: {
captions: { file: '/assets/Parker.srt' },
audiodescription: { file: '/assets/Parker.mp3' }
}
});
</script>
Here...