Open vishalchhodwani1992 opened 7 years ago
I create a Temperory file from my WebVTT url then run this code
WebVTTParser webVTTParser = new WebVTTParser(file);
webVTTParser.init();
Log.e(TAG, "getText()=="+webVTTParser.getText());
it return me null every time.
Can you please resolve this issue?
Can you please provide any example of using WebVtt Parser. I have to parse WebVTT from URL. Is there any way to do this? Thank you.