Issue Details (XML | Word | Printable)

Key: MDL-13907
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Martin Dougiamas
Reporter: Tony Hursh
Votes: 2
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

The Moodle multimedia plugin does not support Ogg Vorbis and Ogg Theora files, although these can be played in QuickTime

Created: 13/Mar/08 04:21 AM   Updated: 25/Jul/09 05:17 AM
Component/s: Filters
Affects Version/s: 1.9
Fix Version/s: None

File Attachments: 1. File defaultsettings.php (4 kB)
2. File filter.php (12 kB)
3. HTML File filterconfig.html (4 kB)
4. File filtersettings.php (1 kB)

Issue Links:
Relates
 

Participants: Martin Dougiamas, Nadav Kavalerchik and Tony Hursh
Security Level: None
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
QuickTime can play the Free audio and video formats Ogg Vorbis and Ogg Theora, if the (also Free) Xiph.org QuickTime Components are installed from:

http://xiph.org/quicktime/

Suggest that the Quicktime filter be enhanced to recognize the extensions ogv, .oga, and .ogg in addition to .mov.

Someone just asked about this in the forum.



 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nadav Kavalerchik added a comment - 14/May/08 03:39 AM
i have managed to change the multimedia filter and add Java player that plays ogg files
it's very preliminary but it works

1. get the applet from http://www.flumotion.net/cortado/

  • i used http://www.flumotion.net/jar/cortado/cortado-ovt-stripped-0.2.2.jar
    2. put the bin jar applet in : /moodle/filter/mediaplugin
    3. overwrite (after you backup !!! ) the attched files in the same folder
    ( for vanilla moodle 1.9.0 just use the attached files )
    /moodle/filter/mediaplugin/defaultsettings.php
    /moodle/filter/mediaplugin/filterconfig.html
    /moodle/filter/mediaplugin/filter.php
    /moodle/filter/mediaplugin/filtersettings.php

now, multimedia filter configuration just got a new ogg file format filter enabled
and any ogg file you upload/link will be played with the java applet.

their are some more applets out there and of course this applet needs more tweaking too
but, it a start.

i was looking for a flash ogg player (apr-08) but found none useful (btw. see devel version : http://flash.j-ogg.de/
it is more cpu intensive then the java applet). and as far as i can understand... implementing vorbis
decoder in action-script is difficult and the Adobe people rather have h264 implemented natively
in the player then having ogg... bomber !


Nadav Kavalerchik added a comment - 14/May/08 03:40 AM
added ogg format support

Nadav Kavalerchik added a comment - 14/May/08 03:41 AM
added ogg format support

Nadav Kavalerchik added a comment - 14/May/08 03:41 AM
added ogg format support

Nadav Kavalerchik added a comment - 14/May/08 03:41 AM
added ogg format support