diff -r 92cb33eb7a75 -r 510fd2a482f4 test/jwplayer-audio.html --- a/test/jwplayer-audio.html Sat Oct 19 01:34:55 2024 +0200 +++ b/test/jwplayer-audio.html Tue Oct 22 07:03:54 2024 +0200 @@ -1,84 +1,88 @@ - + - - - - Metadataplayer test with JwPlayer - - - - + + + Metadataplayer test with JwPlayer + + + + - -

Metadataplayer test with JwPlayer

-
-
- - + }, + { type: "Slider" }, + { type: "Controller" }, + { type: "Polemic" }, + { type: "Segments" }, + { type: "Annotation" }, + { + type: "CreateAnnotation", + api_endpoint_template: "post-test.php", + creator_name: "Metadataplayer", + creator_avatar: + "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png", + show_mic_record: true, + }, + { type: "Tweet" }, + { + type: "Tagger", + api_endpoint: "post-test.php", + }, + { + type: "Tagcloud", + }, + { + type: "AnnotationsList", + container: "AnnotationsListContainer", + default_thumbnail: + "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png", + show_audio: true, + rtmp_streamer: + "rtmp://media.iri.centrepompidou.fr/ddc_micro_record/", + //ajax_url: "/pf/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}", + //ajax_granularity : 300000 + }, + { type: "Mediafragment" }, + ], + }; + + var _myPlayer = new IriSP.Metadataplayer(_config); + +