]> git.parisson.com Git - telecaster-client.git/commitdiff
fix http for video
authoryomguy <yomguy@parisson.com>
Fri, 24 Feb 2012 12:32:21 +0000 (13:32 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 24 Feb 2012 12:32:21 +0000 (13:32 +0100)
telecaster/templates/telecaster/base.html

index 5d767ae85c5bb389a681c905e16270989c3eac72..20d825ba6e63c7aaa08937855c78d7a31740a64f 100644 (file)
@@ -37,7 +37,8 @@ server_status_callback();
 {% block video %}
 <div class="video">
 <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="360" height="240" data-setup="{}">
-<source src="{{ host }}:8080/consume/safe" type="video/webm"></video>
+<source src="http://{{ host }}:8080/consume/safe" type="video/webm">
+</video>
 </div>
 {% endblock video %}