equal
deleted
inserted
replaced
83 width: 640, |
83 width: 640, |
84 provider: "rtmp" |
84 provider: "rtmp" |
85 } |
85 } |
86 }; |
86 }; |
87 |
87 |
88 IriSP.loadLibs(IriSP.lib, config, '../test.json', |
88 IriSP.initPlayer(config, "../test.json"); |
89 function() { |
89 |
90 var layoutManager = new IriSP.LayoutManager(config.gui.container); |
|
91 var pop = IriSP.configurePopcorn(layoutManager, config.player); |
|
92 |
|
93 var widgets = IriSP.configureWidgets(pop, layoutManager, config.gui); }); |
|
94 </script> |
90 </script> |
95 <div id='Ldt-Root'> |
91 <div id='Ldt-Root'> |
96 <div id='Ldt-PlaceHolder'> |
92 <div id='Ldt-PlaceHolder'> |
97 </div> |
93 </div> |
98 </div> |
94 </div> |