[pisa-src] r2794 - apps/mobac-services/www/stream-demo/stream-demo.js

  • From: Nicolai Viol <Nicolai.Viol@xxxxxxxxxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 07 Nov 2011 10:47:05 +0100

Author: viol
Date: Mon Nov  7 10:47:03 2011
New Revision: 2794

Log:
change video content to virtual Aachen movie

Modified:
   apps/mobac-services/www/stream-demo/stream-demo.js

Modified: apps/mobac-services/www/stream-demo/stream-demo.js
==============================================================================
--- apps/mobac-services/www/stream-demo/stream-demo.js  Thu Nov  3 09:33:35 
2011        (r2793)
+++ apps/mobac-services/www/stream-demo/stream-demo.js  Mon Nov  7 10:47:03 
2011        (r2794)
@@ -145,10 +145,10 @@
 
     var newSrc;
     if (videoType){
-        newSrc = "video/bbb."+videoType;
+        newSrc = "video/Aachen."+videoType;
     }
     else {
-        newSrc = "video/bbb.m4v";
+        newSrc = "video/Aachen.ipad.mp4";
     }
     //alert("playing new video " + newSrc);
 
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2794 - apps/mobac-services/www/stream-demo/stream-demo.js - Nicolai Viol