[Ktutorial-commits] SF.net SVN: ktutorial:[384] trunk/web-src/data/script/ogg.js
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2012-08-30 14:50:56
|
Revision: 384 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=384&view=rev Author: danxuliu Date: 2012-08-30 14:50:46 +0000 (Thu, 30 Aug 2012) Log Message: ----------- Change video player priorities, as nowadays the native ogg support is common, and the cortado version used in the page does not seem to work with current Firefox releases. Modified Paths: -------------- trunk/web-src/data/script/ogg.js Modified: trunk/web-src/data/script/ogg.js =================================================================== --- trunk/web-src/data/script/ogg.js 2012-08-30 14:34:37 UTC (rev 383) +++ trunk/web-src/data/script/ogg.js 2012-08-30 14:50:46 UTC (rev 384) @@ -25,7 +25,7 @@ // List of players in order of preference // Downpreffed VLC because it crashes my browser all the damn time -- TS - 'players': ['cortado', 'quicktime-mozilla', 'quicktime-activex', 'vlc-mozilla', 'vlc-activex', 'totem', 'kmplayer', 'kaffeine', 'mplayerplug-in', 'oggPlugin', 'videoElement'], + 'players': ['oggPlugin', 'videoElement', 'totem', 'kmplayer', 'kaffeine', 'mplayerplug-in', 'cortado', 'quicktime-mozilla', 'quicktime-activex', 'vlc-mozilla', 'vlc-activex'], // Client support table 'clientSupports': { 'thumbnail' : true }, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |