react-player icon indicating copy to clipboard operation
react-player copied to clipboard

Support for .srt subtitles

Open nithinvisva opened this issue 1 year ago • 2 comments

.srt subtitles are not appearing in player.

nithinvisva avatar Nov 13 '23 03:11 nithinvisva

This will depend on if your client supports them. Many only support WebVTT

Fyb3roptik avatar Dec 05 '23 20:12 Fyb3roptik

This would probably not be too difficult to support at least simple conversion from one format to another, depending on what is supported. There are plenty of libs out the that do an ok job, even if the features of the various formats aren't exactly the same.

AntonOfTheWoods avatar Dec 29 '23 01:12 AntonOfTheWoods