equal
deleted
inserted
replaced
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 |