Skip to content
Advertisement

Adding subtitles in React Player?

i am trying to add subtitles in React Player component , Here is the code for react player component

JavaScript

i cant understand what i am doing wrong as they are not appearing on the video. kindly help

Advertisement

Answer

Create a State for an array For your subtitles

JavaScript

yout captions_arr should have objects like this

JavaScript

Extract the part which you need from this array , I mapped it in a new Array

JavaScript

After Mapping pass this array to your react Player component

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement