test/jwplayer.htm
branchnew-model
changeset 883 d35ad8111c5e
parent 882 61c384dda19e
child 884 10233337f6da
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/jwplayer.htm	Fri May 04 16:56:41 2012 +0200
@@ -0,0 +1,69 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html dir="ltr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr">
+
+<head>
+<title>Metadataplayer - Test with JwPlayer</title>
+</head>
+
+<body>
+  <script type="text/javascript" src="../build/LdtPlayer-core.js" type="text/javascript"></script>   
+  
+  <div id="LdtPlayer"></div>
+  
+  <script  type="text/javascript">
+  IriSP.libFiles.defaultDir = "../src/js/libs/";
+  IriSP.widgetsDir = "../src/widgets"
+  IriSP.jwplayer_swf_path = "player.swf";
+    var _metadata = {
+        url: 'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/f1a17368-2bc8-11e1-b21a-00145ea49a02?callback=?',
+        format: 'ldt'
+    };
+    var _config = {            
+        gui: {
+            width:620,
+            container:'LdtPlayer',
+			default_options: {
+				metadata: _metadata
+			},
+            css:'../src/css/LdtPlayer-core.css',
+            widgets: [
+                { type: "Sparkline" },
+                { type: "Slider" },
+                { type: "Controller" },
+                { type: "Polemic" },
+                { type: "Segments" },
+                { type: "Slice" },
+                { type: "Arrow" },
+                { type: "Annotation" },
+                { type: "Tweet" },
+                { type: "Tagcloud" },
+                {
+                    type: "AnnotationsList",
+                    //ajax_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}?callback=?", 
+                    //foreign_url : "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/{{project}}/{{annotationType}}#id={{annotation}}",
+                    container: "AnnotationsListContainer"
+                },
+                { type: "Mediafragment"},
+/*                {
+                    type: "Trace",
+                    js_console: true
+                }
+*/            ]
+        },
+        player:{
+            type:'jwplayer', // player type
+            live: true, 
+            height: 350, 
+            width: 620, 
+            provider: "rtmp" ,
+            autostart: true
+        }
+    };
+    
+    var _myPlayer = new IriSP.Metadataplayer(_config, _metadata);
+  </script>
+  
+ <div id="AnnotationsListContainer" style="position: absolute; width: 400px; left: 660px; top: 0;"></div>
+  
+ </body>
+ </html>