src/js/site.js.templ
branchpopcorn-port
changeset 841 8da49ff273e0
parent 837 353a78021ebc
equal deleted inserted replaced
840:ac66e2240e1e 841:8da49ff273e0
   112         /* the platform generates some funky urls. We replace them afterwards to point to the
   112         /* the platform generates some funky urls. We replace them afterwards to point to the
   113            correct place - this setting will probably be overwritten by the platform 
   113            correct place - this setting will probably be overwritten by the platform 
   114            implementers.
   114            implementers.
   115            Note that the player has to replace the variables between {{ and }} by its own values.
   115            Note that the player has to replace the variables between {{ and }} by its own values.
   116         */
   116         */
   117         ajax_url: platform_url + "/ldtplatform/api/ldt/segments/{media}/{begin}/{end}", 
   117         ajax_url: platform_url + "/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}", 
   118         
   118         
   119         ajax_granularity: 10000, /* how much ms should we look before and after the
   119         ajax_granularity: 10000, /* how much ms should we look before and after the
   120                                    current timecode */
   120                                    current timecode */
   121         
   121         
   122         project_url: platform_url + "/ldtplatform/ldt/front/player/" /* the beginning 
   122         project_url: platform_url + "/ldtplatform/ldt/front/player/" /* the beginning