Subtitle support for video player in RDK environment

We were able to get subtitles on lighting video player by adding textTracks to it and they were working fine on web browsers but they doesn’t come up with RDK image on Raspberry pi device and set top box. So, are the TextTracks supported by RDK or some different configuration is required for them?

Hi @Ajay . The textTracks should be supported on the RDK env. Have tried logging the text contained in them? If that’s the case then the browser might be interpreting them differently. Another option is to extract the text in them and display them with a custom Lightning text component.

1 Like