1
I am seeing to implement audio description in the videos in the company where I work, at first thought we create 2 videos and a button in the player to switch to the video with Audio B with the description, but I do not know if this would be the best way, given that we can add more than one audio track to a video. My question would be how best to implement this task? Is there any way for an HTML 5 player to navigate through audio tracks of a video?
If you have the possibility to use two videos, wouldn’t it be simpler to have the original version and the second option with the audio description? But I understand your problem and it is a very interesting question, the support for audio Tracks in the video element.
– Leandro Angelo
yes exact, wanted something with Tracks... but from what I saw Netflix uses 2 videos...
– thiago.adriano26