Replace Flowplayer with the open source Video.js library

This commit is contained in:
2017-02-02 16:06:41 +01:00
parent bc6f526b72
commit eb02fa5eec
6 changed files with 1340 additions and 1076 deletions

View File

@@ -235,7 +235,7 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css', v
| {% block footer_scripts %}
script(src="//cdnjs.cloudflare.com/ajax/libs/jstree/3.3.1/jstree.min.js")
script(src="//releases.flowplayer.org/6.0.5/flowplayer.min.js")
script(src="//vjs.zencdn.net/5.8.8/video.js")
| {% if project.has_method('PUT') %}
| {# JS containing the Edit, Add, Featured, and Move functions #}