Flash module add-on: media player for ogv

Flash module add-on: media player for ogv

by Livia Spini -
Number of replies: 4
Hi!
I don't know if I posted in right forum.
I'd need to get a media player (moodle module) for ogv (free video format) .
Does it exist?
Tanks!
Average of ratings: -
In reply to Livia Spini

Re: Flash module add-on: media player for ogv

by Mauno Korpelainen -

Livia,

you don't need flash to play ogv videos. For example following applet tags show ogv with java applet:

<applet archive="http://www.theora.org/cortado.jar" code="com.fluendo.player.Cortado.class" height="440px" width="440px">
<param name="url" value="

" /></applet>

Just replace the url value with the url of your ogv video. (You need to have correct role on your siteto be able to use applet tags of course...)

More info http://www.theora.org/cortado/

In reply to Mauno Korpelainen

Re: Flash module add-on: media player for ogv

by Mauno Korpelainen -

Or another example with some parameters:

<applet archive="http://www.theora.org/cortado.jar" code="com.fluendo.player.Cortado.class" height="360" width="640">
<param name="url" value="

" />
<param name="BufferSize" value="4096" />
<param name="BufferHigh" value="25" />
<param name="BufferLow" value="5" /> </applet>

A list of available parameters in Cortado is found from

http://git.xiph.org/?p=cortado.git;a=blob;f=README

So if you don't for example want to autoplay ogv videos set

<param name="autoPlay" value="0" />

or

<param name="autoPlay" value=0 />

In reply to Livia Spini

Re: Flash module add-on: media player for ogv

by Wade Malik -

Highly recommend a totally FREE OGV Player which supports more than 160 formats as the input formats.


It also can decode OGV to MP4, MOV, WMV, AVI and more and encode MP4, MOV, WMV, AVI, etc to OGV