Nils Dagsson Moskopp
2008-Jul-22 16:48 UTC
[ogg-dev] [patch] enable annodex firefox plugin for application/ogg
Hi there ! This patch adds support for the registered mime type application/ogg to the annodex firefox plugin. Depending on your view of the issue, some more mime types should probably be handled by the annodex firefox plugin [1,2]. Have a nice day, erlehmann [1] http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions [2] http://www.ietf.org/internet-drafts/draft-goncalves-rfc3534bis-07.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: plugin.cpp.patch Type: text/x-patch Size: 705 bytes Desc: not available Url : http://lists.xiph.org/pipermail/ogg-dev/attachments/20080722/8a048a3a/attachment-0001.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Dies ist ein digital signierter Nachrichtenteil Url : http://lists.xiph.org/pipermail/ogg-dev/attachments/20080722/8a048a3a/attachment-0001.pgp
Silvia Pfeiffer
2008-Aug-17 10:30 UTC
[ogg-dev] [patch] enable annodex firefox plugin for application/ogg
Hi Nils, I have applied your patch to browser_plugin at the annodex svn, thanks. Also just making sure you know: Mozilla has picked up liboggplay as a library for firefox, but has not included the browser_plugin - instead it is using their own javascript API as picked up from WHATWG's HTML5 specification. http://mxr.mozilla.org/mozilla-central/source/content/media/video/ Thus, the browser_plugin available at annodex is only interesting from the POV that it provides more functionality and access to time-aligned annotations through CMML. This may be stuff that Mozilla is looking into adding in the future. Cheers, Silvia. On Wed, Jul 23, 2008 at 2:21 AM, Nils Dagsson Moskopp <nils-dagsson-moskopp at dieweltistgarnichtso.net> wrote:> Hi there ! > > > This patch adds support for the registered mime type application/ogg to > the annodex firefox plugin. > Depending on your view of the issue, some more mime types should > probably be handled by the annodex firefox plugin [1,2]. > > > Have a nice day, > > erlehmann > > > [1] http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions > [2] > http://www.ietf.org/internet-drafts/draft-goncalves-rfc3534bis-07.txt > > _______________________________________________ > ogg-dev mailing list > ogg-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/ogg-dev > >
Ivo Emanuel Gonçalves
2008-Aug-17 13:35 UTC
[ogg-dev] [patch] enable annodex firefox plugin for application/ogg
On 7/22/08, Nils Dagsson Moskopp <nils-dagsson-moskopp at dieweltistgarnichtso.net> wrote:> (...) the registered mime type application/oggFYI, video/ogg and audio/ogg are already registered and should be used wherever possible. A very basic (and incomplete) chart: Theora streams use video/ogg Vorbis streams use audio/ogg Complex multimedia/applications use application/ogg More details on what goes where are available in the RFC that registered the new types. -Ivo
Silvia Pfeiffer
2008-Aug-17 22:52 UTC
[ogg-dev] [patch] enable annodex firefox plugin for application/ogg
FYI: I included video/ogg into liboggplay, too. For audio/ogg, another application would probably make more sense. Cheers, Silvia. On Sun, Aug 17, 2008 at 11:35 PM, Ivo Emanuel Gon?alves <justivo at gmail.com> wrote:> On 7/22/08, Nils Dagsson Moskopp > <nils-dagsson-moskopp at dieweltistgarnichtso.net> wrote: >> (...) the registered mime type application/ogg > > FYI, video/ogg and audio/ogg are already registered and should be used > wherever possible. > > A very basic (and incomplete) chart: > Theora streams use video/ogg > Vorbis streams use audio/ogg > Complex multimedia/applications use application/ogg > > More details on what goes where are available in the RFC that > registered the new types. > > -Ivo > _______________________________________________ > ogg-dev mailing list > ogg-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/ogg-dev >
Conrad Parker
2008-Aug-18 01:12 UTC
[ogg-dev] [patch] enable annodex firefox plugin for application/ogg
2008/8/17 Silvia Pfeiffer <silviapfeiffer1 at gmail.com>:> Also just making sure you know: Mozilla has picked up liboggplay as a > library for firefox, but has not included the browser_plugin - instead > Thus, the browser_plugin available at annodex is only interesting from > the POV that it provides more functionality and access to time-aligned > annotations through CMML. This may be stuff that Mozilla is looking > into adding in the future.also (as far as I understand) the browser plugin works in some other browsers -- I recall Shane or Andre got it to work in Camino one time. Conrad.