server/src/remie/templates/remie/iframe_segments_group.html
changeset 78 3926ac9e5c77
parent 74 daa7aa274e3f
child 87 4ea185b1b7ce
equal deleted inserted replaced
77:692b9d9fd29f 78:3926ac9e5c77
    62                     return url.replace('/ddc_player/video/','/ddc_player/flv:video/');
    62                     return url.replace('/ddc_player/video/','/ddc_player/flv:video/');
    63                 }
    63                 }
    64                 return url.replace('/ddc_player/video/','/ddc_player/mp4:video/');
    64                 return url.replace('/ddc_player/video/','/ddc_player/mp4:video/');
    65             },
    65             },
    66         	default_type: "AdaptivePlayer",
    66         	default_type: "AdaptivePlayer",
    67             autostart: false
    67             autostart: false,
       
    68             adapt_to_device: true
    68         },{
    69         },{
    69          	 type: "Slider"
    70          	 type: "Slider"
    70         },{
    71         },{
    71             type: "Controller",
    72             type: "Controller",
    72             disable_annotate_btn: true,
    73             disable_annotate_btn: true,
   128             segments_annotation_type: "découpage",
   129             segments_annotation_type: "découpage",
   129             show_creation_date: true,
   130             show_creation_date: true,
   130             show_only_annotation_from_user: false,
   131             show_only_annotation_from_user: false,
   131             show_timecode: false,
   132             show_timecode: false,
   132             show_filters: true,
   133             show_filters: true,
   133             show_header: false,
   134             show_header: true,
   134             limit_count: false,
   135             limit_count: false,
   135             start_visible: false,
   136             start_visible: false,
   136             newest_first: true,
   137             newest_first: true,
   137             tags: false,
   138             tags: false,
   138         },{
   139         },{
   143            	starts_hidden: true,
   144            	starts_hidden: true,
   144            	hide_without_segment: true,
   145            	hide_without_segment: true,
   145            	segments_annotation_type: "découpage",
   146            	segments_annotation_type: "découpage",
   146            	selectable_annotations: true,
   147            	selectable_annotations: true,
   147            	copy_and_edit_button: true,
   148            	copy_and_edit_button: true,
   148            	show_header: false
   149            	show_header: true
   149         },{
   150         },{
   150          	type: "CurrentSegmentInfobox",
   151          	type: "CurrentSegmentInfobox",
   151          	annotation_type: "découpage",
   152          	annotation_type: "découpage",
   152          	container: "CurrentSegmentInfobox_container",
   153          	container: "CurrentSegmentInfobox_container",
   153          	empty_message: "Clique sur un segment pour ouvrir le chapitre",
   154          	empty_message: "Clique sur un segment pour ouvrir le chapitre",