Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.18k stars 517 forks source link

.srt subtitle files for video player #5598

Closed thumaman closed 4 days ago

thumaman commented 5 days ago

Hi,

I noticed that .srt caption files are not working in your video player. The only captions that work are .vtt files. Does the player not have support for .srt files?

stsrki commented 5 days ago

I checked the plyr.js library, and it seems they are not supported. And based on their comments it will not be worked on.

The good thing is, their successor will support it, once it is released https://github.com/search?q=repo%3Avidstack%2Fplayer%20srt&type=code

thumaman commented 4 days ago

Great, thank you for the update.