.ogv file extension missing

reswild - July 2, 2009 - 16:26
Project:Video
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Only .ogg is currently listed as file extension for ogg theora files in video/includes/common.inc. However, the current standard is that ogg video files should have the extension .ogv, while audio files should have .oga. This produces a "File format not supported" error when uploading .ogv files.

#1

Intertextual - September 13, 2009 - 21:30

subscribing...

#2

glen201 - September 14, 2009 - 03:44

Just add:

    case 'ogg':
    case 'ogv':

After the first line above in the file includes/common.inc. This change will be incorporated in the next release.

 
 

Drupal is a registered trademark of Dries Buytaert.