On 16/04/07, Conrad Parker <conrad.parker@gmail.com> wrote:> On 15/04/07, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote: > > Hi Ian, > > > > hmm, there was a whole bunch up on media.aidabrowser.com, but it seems > > that CSIRO have taken that site offline. > > > > I thought there was a version of the media in cmmlwiki that produces > > annodex files, but there may be a bug on the server that prevents > > that. Conrad - is this a known issue? > > I have a feeling we commented out that code for some reason -- > compatibility with a particular version of AFE as far as I remember. > > I've made a note to look into it. Ian, thanks for the report. >You're welcome, if I have a skill it's breaking things. I was looking for some tests for a cc-metadata extractor plugin[1]. The plan was to try to do the de-serialising in C code, but it's much easier to just pass the raw XML upwards and let Java do it; hence don't actually need full test files now anyway. [1] Might actually finish something that works. Baulked at implementing my own JOgg, so going to have a go at using JNI to implement a method that can pull the raw metadata out of Ogg (comments, CMML, raw XML streams) and make it available to do things to it in Java. -- imalone
Ian, all, I've fixed up CMMLWiki to include the CMML clips in the video stream. The code was there but commented out and bitrotten :-/ Note that cmmlwiki is currently set up to use the (in-development) liboggplay plugin for video playback. cheers, Conrad. On 16/04/07, Conrad Parker <conrad.parker@gmail.com> wrote:> On 15/04/07, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote: > > Hi Ian, > > > > hmm, there was a whole bunch up on media.aidabrowser.com, but it seems > > that CSIRO have taken that site offline. > > > > I thought there was a version of the media in cmmlwiki that produces > > annodex files, but there may be a bug on the server that prevents > > that. Conrad - is this a known issue? > > I have a feeling we commented out that code for some reason -- > compatibility with a particular version of AFE as far as I remember. > > I've made a note to look into it. Ian, thanks for the report. > > cheers, > > Conrad. >
On 15/04/07, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote:> Hi Ian, > > hmm, there was a whole bunch up on media.aidabrowser.com, but it seems > that CSIRO have taken that site offline. > > I thought there was a version of the media in cmmlwiki that produces > annodex files, but there may be a bug on the server that prevents > that. Conrad - is this a known issue?I have a feeling we commented out that code for some reason -- compatibility with a particular version of AFE as far as I remember. I've made a note to look into it. Ian, thanks for the report. cheers, Conrad.