aboutsummaryrefslogtreecommitdiff
path: root/FILE_TYPES.txt
diff options
context:
space:
mode:
authorFabio Varesano <fax8@13637.no-reply.drupal.org>2006-07-16 09:26:00 +0000
committerFabio Varesano <fax8@13637.no-reply.drupal.org>2006-07-16 09:26:00 +0000
commit7fbe1c94c6f4bd20f44e3c09db1416995c1dc2c5 (patch)
tree42c63e21b400d662fb3c03063f5351ef1820be73 /FILE_TYPES.txt
parent669795d5a4522c6d7826b8f91946d4e4910baf6b (diff)
downloadvideo-7fbe1c94c6f4bd20f44e3c09db1416995c1dc2c5.tar.gz
video-7fbe1c94c6f4bd20f44e3c09db1416995c1dc2c5.tar.bz2
Patch #70668 comment #4 by bot (http://drupal.org/user/56659):
Support for Ogg Theora Files: Added support for Ogg Theora video files. Users can now use the cortado java applet video player to play ogg theora videos.
Diffstat (limited to 'FILE_TYPES.txt')
-rw-r--r--FILE_TYPES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/FILE_TYPES.txt b/FILE_TYPES.txt
index 07d5513..e928e01 100644
--- a/FILE_TYPES.txt
+++ b/FILE_TYPES.txt
@@ -41,3 +41,13 @@ Google Video support
called "FlowPlayer.swf" or "Player.swf" into your Drupal folder.
Then set the Flash player file name to use on the Flash settings in video module configuration page.
+.ogg
+ Ogg Theora videos, video.module uses the java applet cortado to display Ogg Theora files,
+ you can find the latest version of cortado at http://www.flumotion.net//jar/cortado/
+ get http://www.flumotion.net//jar/cortado/cortado-ovt-stripped-0.2.0.jar
+ and put it into your Drupal folder as cortado.jar
+ [
+ NOTE, at the time of writing, cortado.jar had a bug that caused it to fail with drupal.
+ you can get a patched version of cortado.jar that works from http://v2v.cc/~j/cortado.jar
+ and the bug related to this issue: https://core.fluendo.com/flumotion/trac/ticket/387
+ ] \ No newline at end of file