test/integration/elm/index.htm
branchcap-demo
changeset 401 e08183460e0f
parent 399 8048252d7cc5
child 405 e1ed0fdbbec9
equal deleted inserted replaced
400:58ade3113a02 401:e08183460e0f
    30             width:650,
    30             width:650,
    31             height:2100,              
    31             height:2100,              
    32             container:'LdtPlayer',
    32             container:'LdtPlayer',
    33             css:'../../../src/css/LdtPlayer.css',
    33             css:'../../../src/css/LdtPlayer.css',
    34             widgets: [
    34             widgets: [
    35               {type: "PolemicWidget",
    35               {type: "PolemicViewer",
    36              width: 640, /* required for this widget */
    36              width: 640, /* required for this widget */
    37              height: 50,
    37              height: 50,
    38              heightmax: 50,
    38              heightmax: 50,
    39              metadata:{
    39              metadata:{
    40               format:'cinelab',
    40               format:'cinelab',
    99 						  type:'json'}
    99 						  type:'json'}
   100 						}      
   100 						}      
   101             ]
   101             ]
   102         },
   102         },
   103       player:{
   103       player:{
   104       type:'jwplayer', // player type
   104               type:'html5', // player type
   105               container: 'PopcornContainer',
   105               container: 'PopcornContainer',
   106               // the rest is player-dependent configuration options.
   106               // the rest is player-dependent configuration options.
   107               file : "video/ldtplatform/museologie_inaugurale_20111018_flat.f4v", 
   107               file : "elm.webm",
   108               streamer: "rtmp://media.iri.centrepompidou.fr/ddc_player/", 
   108               height: 196, 
   109               flashplayer : '../libs/player.swf',
       
   110               live: true, 
       
   111               "controlbar.position" : "none", 
       
   112               height: 300, 
       
   113               width: 640, 
   109               width: 640, 
   114               provider: "rtmp" 
       
   115             }
   110             }
   116     };
   111     };
   117     
   112     
   118     IriSP.loadLibs(IriSP.lib, config.gui.css, 
   113     IriSP.loadLibs(IriSP.lib, config.gui.css, 
   119       function() {   
   114       function() {