test/jwplayer.htm
changeset 965 eadb7290c325
parent 963 d58d0dcdb640
child 969 353b0881a0b9
equal deleted inserted replaced
964:d7d56ea2d0a6 965:eadb7290c325
    48             },
    48             },
    49             { type: "Slider" },
    49             { type: "Slider" },
    50             { type: "Controller" },
    50             { type: "Controller" },
    51             { type: "Polemic" },
    51             { type: "Polemic" },
    52             { type: "Segments" },
    52             { type: "Segments" },
    53             { type: "Slice" },
       
    54             {
       
    55                 type: "Arrow",
       
    56                 base_height: 4
       
    57             },
       
    58             { type: "Annotation" },
    53             { type: "Annotation" },
    59             {
    54             {
    60                 type: "CreateAnnotation",
    55                 type: "CreateAnnotation",
    61                 api_endpoint_template: "post-test.php",
    56                 api_endpoint_template: "post-test.php",
    62                 creator_name: "Metadataplayer",
    57                 creator_name: "Metadataplayer",
    73             },
    68             },
    74             {
    69             {
    75                 type: "AnnotationsList",
    70                 type: "AnnotationsList",
    76                 container: "AnnotationsListContainer",
    71                 container: "AnnotationsListContainer",
    77                 default_thumbnail : "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png",
    72                 default_thumbnail : "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png",
    78                 ajax_url: "/pf/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}",
    73                 //ajax_url: "/pf/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}",
    79                 ajax_granularity : 300000,
    74                 //ajax_granularity : 300000
    80                 default_thumbnail : "http://capsicum//pf/static/site/ldt/css/imgs/video_sequence.png"
       
    81             },
    75             },
    82             { type: "Mediafragment"}
    76             { type: "Mediafragment"}
    83         ]
    77         ]
    84     };
    78     };
    85     
    79