- From: Rick Eyre <rick.eyre@hotmail.com>
- Date: Wed, 26 Jun 2013 08:59:45 -0400
- To: sunil <deshpande.sunil@gmail.com>, Silvia Pfeiffer <silviapfeiffer1@gmail.com>
- CC: David Ronca <dronca@netflix.com>, "public-texttracks@w3.org" <public-texttracks@w3.org>
- Message-ID: <BLU175-W102A6462653E3A22CD4795F9740@phx.gbl>
Sorry about that last email all...
Hey Sunil,
The code you've been using is Mozilla's implementation of the WebVTT parser. If you'd like to get more help on it you can log issues on https://github.com/mozilla/webvtt, send questions to the dev-media mailing list https://lists.mozilla.org/listinfo/dev-media, or if you are comfortable with IRC you can find help on #media irc.mozilla.org
Rick
From: deshpande.sunil@gmail.com
Date: Wed, 26 Jun 2013 11:23:24 +0530
To: silviapfeiffer1@gmail.com
CC: dronca@netflix.com; public-texttracks@w3.org
Subject: Re: Unable to test the webvtt-master.zip code using the test/Unit test code provided.
Hi Silvia,
Please find the below link. Now its not up it seems.
https://gifthub.com/rillian/webvtt/tree/master/src/libwebvtt
But I got the code webvtt-master.zip library from above linke.
Regards,
Sunil
Warm Regards,
Sunil Deshpande
Bangalore
On Wed, Jun 26, 2013 at 9:05 AM, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote:
I'm curious: where did you find the webvtt-master.zip library? Do you
have a full link?
Thanks,
Silvia.
On Tue, Jun 25, 2013 at 1:56 AM, sunil <deshpande.sunil@gmail.com> wrote:
> Hi All,
>
> I am not sure this is the proper forum to dicsuss, still I sent this mail
> atleast some one from this group can refer me the proper forum.
>
> I am trying to test webvtt-master.zip code/library from
> http://dev.w3.org/html5/webvtt/ site. I am trying to use their Unit test
> code to test. I wanted to print the parsed subtittle content using the
> callback function.
>
> cue( void *userdata, webvtt_cue *cue )
> {
> /* do nothing! */
> (void)userdata;
> (void)cue;
> printf(" the QUE data:[%s]\n", cue->body.d);
> }
>
>
> But I am unable to print. Could any help me to print this parsed content?
>
> Please let me know if you need more information for this issue?
>
> Warm Regards,
>
> Sunil Deshpande
> Bangalore
>
Received on Wednesday, 26 June 2013 13:00:17 UTC