server/src/remieplt/templates/ldt/ldt_utils/partial/embed_player.html
changeset 172 fc6cb4ccffc4
parent 17 18ba1a921633
equal deleted inserted replaced
171:b4aece5775cd 172:fc6cb4ccffc4
    69             container: "AnnotationsList_ext",
    69             container: "AnnotationsList_ext",
    70             ajax_url: "{% absurl 'segment_api_empty' resource_name='segments' api_name='1.0' %}{% templatetag openvariable %}media{% templatetag closevariable %}/{% templatetag openvariable %}begin{% templatetag closevariable %}/{% templatetag openvariable %}end{% templatetag closevariable %}",
    70             ajax_url: "{% absurl 'segment_api_empty' resource_name='segments' api_name='1.0' %}{% templatetag openvariable %}media{% templatetag closevariable %}/{% templatetag openvariable %}begin{% templatetag closevariable %}/{% templatetag openvariable %}end{% templatetag closevariable %}",
    71             ajax_granularity : 300000,
    71             ajax_granularity : 300000,
    72             default_thumbnail : '{% static "ldt/css/imgs/video_sequence.png" %}',
    72             default_thumbnail : '{% static "ldt/css/imgs/video_sequence.png" %}',
    73             show_audio: true,
    73             show_audio: true,
       
    74             foreign_url: "{% absurl 'front_player_content' content_iri_id=content.iri_id %}{% templatetag openvariable %}project{% templatetag closevariable %}",
       
    75             show_creation_date: true,
    74             audio_url_transform: function(url) {
    76             audio_url_transform: function(url) {
    75                 return url.replace("ddc_micro_record/","ddc_micro_record/flv:");
    77                 return url.replace("ddc_micro_record/","ddc_micro_record/flv:");
    76             }
    78             }
    77         },{
    79         },{
    78             type: "Controller"
    80             type: "Controller"