[an error occurred while processing this directive]
In order to make your Ogg streams as widely available as possible, we provide the Cortado java applet as a fallback for viewers that do not have a browser with support for Ogg formats via <video> and <audio> tag.
Cortado currently include Java decoders for Ogg Theora and Ogg Vorbis.
We also host a signed applet you can use, so clients only have to download the applet once.
http://theora.org/cortado.jarExample:
<applet code="com.fluendo.player.Cortado.class" archive="http://theora.org/cortado.jar" width="640" height="360"> <param name="url" value="http://example.org/video.ogv"> </applet>
Checking out the sources
Last release
or you can checkout the current version form our Git repository:You can also browse the code online [an error occurred while processing this directive]$ git clone git://git.xiph.org/cortado.git