Description
Hi @mderrick , congratulations on the project.
I would like to ask you a few things:
-
Does the player only support .vtt format?
Doesn't support .srt, .ass format?
Is there any future support for these formats? -
Is there a way to make a url read the subtitles?
Example I have my subtitle uploaded to a hosting, I want it to read that and not necessarily have to use a local file.
A bit difficult to have the local file if you want to create something dynamic that can be used online. -
I have the following example: https://codesandbox.io/s/focused-sid-kxhlo?file=/src/App.js:227-243
I have a video player, I have to make sure that the subtitle is inserted dynamically via file upload.
In the example you find upload of the working file, but I can't get the videoplayer to use them.
Can you give me a hand?