]> git.parisson.com Git - teleforma.git/commitdiff
video.js is buggy with live streaming
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 19 Apr 2012 08:57:11 +0000 (10:57 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 19 Apr 2012 08:57:11 +0000 (10:57 +0200)
teleforma/templates/teleforma/course_conference.html

index 4f374f6a7f1b882e23a3de6452c18998fb5fd570..558f265c059bf6e9ec567a11b8066a5c72311f1a 100644 (file)
@@ -13,7 +13,7 @@
 
 {% if "video" in mime_type %}
 <div class="video">
-<video id="my_video_1" class="video-js vjs-default-skin" width="640" height="360" controls preload="auto" data-setup='{}'>
+<video width="640" height="360" controls preload="auto">
 <!-- Hello Chrome and Firefox (and Opera?) -->
 <source src="{{ livestream }}" type="{{ mime_type }}" />
 </video>