- From: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- Date: Tue, 23 Jul 2013 23:03:39 +1000
- To: sunil <deshpande.sunil@gmail.com>
- Cc: David Ronca <dronca@netflix.com>, public-texttracks@w3.org
Have you tried following your code path on paper or at least run it through a debugger following what it does? You just need to read to the first empty line after reading the "WEBVTT" magic string. I don't seem to see the function webvtt_create_parser do that... Good luck. Silvia. (BTW: this is not a coding list, but a list for standards development. You may be better off asking such questions on stackoverflow.) On Tue, Jul 23, 2013 at 7:01 PM, sunil <deshpande.sunil@gmail.com> wrote: > > Hi all, > > I am trying to use webvtt parser for my http live streaming usecase. I am > facing one issue as webvtt library is not parsing the meta data header, > parse is failing. > > https://github.com/sunildeshpande/webvtt/blob/master/fileSequence0.webvtt > https://github.com/sunildeshpande/webvtt/blob/master/elephants_dream_ios-textstream_eng%3D1000-8.webvtt > > > I am trying to modify the code > https://github.com/sunildeshpande/webvtt/blob/master/parser.c. > > Can somebody help me in fixing this issue. I tried my level best, but not > succeded? > > I know currenlt webvtt C library support is not available. But i need just > to ignore the meta data header. > > > With regards, > Sunil > >
Received on Tuesday, 23 July 2013 13:04:31 UTC