SnappSolutions / Android-WebVTT-Parser

A parser for WebVTT subtitles to use with Android apps.
1 stars 0 forks source link

WebVTT-Parser Example not found #1

Open vishalchhodwani1992 opened 7 years ago

vishalchhodwani1992 commented 7 years ago

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.

vishalchhodwani1992 commented 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?