]> git.parisson.com Git - telecaster-client.git/commitdiff
update video links using icecast
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 07:38:48 +0000 (08:38 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 07:38:48 +0000 (08:38 +0100)
telecaster/templates/telecaster/base.html
telecaster/templates/telecaster/index.html

index 677e8d2aac71a70c91c125bdce22d063e891c620..3b9c8b0ace3c274ee88d0e812ef67a857673caa6 100644 (file)
@@ -78,7 +78,7 @@ jQuery(window).ready(function() {
 {% block video %}
 <div class="video">
 <video id="video_1" class="video-js vjs-default-skin" controls autoplay preload="auto" width="360" height="240" data-setup="{}">
-<source src="http://{{ host }}:8080/consume/safe" type="video/webm">
+<source src="http://{{ host }}:8000/monitor.webm" type="video/webm">
 </video>
 </div>
 {% endblock video %}
index 8f669996c63f8b7513515c44322eac24122d2c4f..1a1fd2f6facebf1bb8396bdbf46e797fc6ab669a 100644 (file)
@@ -59,7 +59,7 @@ server_status_callback();
 {% block video %}
 <div class="video">
 <video id="video_1" class="video-js vjs-default-skin" controls autoplay preload="auto" width="360" height="240" data-setup="{}">
-<source src="http://{{ host }}:8080/consume/safe" type="video/webm">
+<source src="http://{{ host }}:8000/monitor.webm" type="video/webm">
 </video>
 </div>
 {% endblock video %}
@@ -112,7 +112,7 @@ server_status_callback();
 </div>
 {% endblock buttons %}
 
-<div class="colophon">TeleCaster 0.6 &copy; <span>2011</span>&nbsp;<a href="http://parisson.com">Parisson SARL</a>. {% trans "All rights reserved" %}</div>
+<div class="colophon">TeleCaster 0.8 &copy; <span>2023</span>&nbsp;<a href="http://parisson.com">Parisson SARL</a>. {% trans "All rights reserved" %}</div>
 
 </div>