How to Use .srt Subtitles in Video Player Widget?

0
Hi, I'm trying to play a video with subtitles using an .srt file in Mendix (v9). I added the video and subtitle file, but the subtitles are not showing in the Video Player widget. Is there any way to use .srt files with the Video Player? Or any workaround for showing subtitles? Thanks!
asked
2 answers
0

Hi Reemali Patil

 

Try building custom widget for your video player because Mendix Video player doesn't support this kind of action because what you are trying to do adding .srt files for video which not possible try building your own custom widget.

 

I Hope this will Help:)

answered
0

Hi Reemali , 

The Default mendix video player widget doesn't support .srt subtitle files directly , which is why your subtitles aren't showing even after uploading the file. 

 

Alternative, You can use: 

Use a Javascript based video player like Video.js inside mendix Using Html/JS Widgets , which has better subtitle support. Just check Video.js first and try to embed 1 short video with subtitle. 

 

answered