Closed ghost closed 10 years ago
We only officially support VTT text tracks, so there isn't going to be much (if any) work done to further SRT support. However, if all you'd like to do is ignore bracket declarations, that would be pretty straight forward to do. Would you be interested in submitting a pull request for this? If you'd like to take SRT support further, I think that's probably better suited for a plugin (which would also be awesome).
I'm going to close this since, but again, a PR and / or plugin to address this would absolutely be welcome.
Using
videojs 4.6.1
As you can see up there, the
pos(x,y)
parameter for SRT files is not used in videojs.VLC makes abstraction of
{ }
by just non displaying the content. Couldn't we also do that ?