Author: andre
Date: 2010-07-01 19:01:14 +0200 (Thu, 01 Jul 2010)
New Revision: 42786

Modified:
   openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
OIP-105 experimenting with using bufferLength in stead of autoBuffering


Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-07-01 16:51:16 UTC (rev 42785)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-07-01 17:01:14 UTC (rev 42786)
@@ -906,8 +906,8 @@
             autoPlay: this.autoplay,
             duration: duration,
             scaling: 'fit',
-            autoBuffering: true
-            //bufferLength: 5
+            //autoBuffering: true
+            bufferLength: 5
         },
         plugins: { controls: ctrls }
     });

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to