]> git.parisson.com Git - teleforma.git/commitdiff
[live] avoid videojs ATM
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Feb 2020 10:54:45 +0000 (11:54 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 6 Feb 2020 10:54:45 +0000 (11:54 +0100)
teleforma/templates/teleforma/course_conference.html

index 4531d2e859854d3bd817a4da5022f0e304772fe0..751a9486fd5017398a2170830a142b17672281bf 100644 (file)
 {% else %}
     {% for livestream in livestreams %}
         {% if "webm" == livestream.stream_type %}
-            <script src="/static/teleforma/video-js/video.js"></script>
-            <link href="/static/teleforma/video-js/video-js.css" rel="stylesheet">
             <div class="video">
-                <video id="my_video_1" class="video-js vjs-default-skin" width="864" height="480" controls preload="auto" data-setup='{}'>
+                <video width="864" height="480" controls preload="auto">
                     <source src="{{ livestream.url|get_host:host }}" type="video/webm" />
                 </video>
             </div>