]> git.parisson.com Git - telecaster-client.git/commitdiff
fix hash feature/icecast
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 19:47:40 +0000 (20:47 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 23 Jan 2023 19:47:40 +0000 (20:47 +0100)
telecaster/templates/telecaster/index.html

index f75183721c9c37a645b0a6216c707d6dc17a9054..d0030065637a7edafffe821a947329bad3be3f81 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 }}:8000/monitor.webm#{% get_random_hash %}" type="video/webm">
+<source src="http://{{ host }}:8000/monitor.webm?v={% get_random_hash %}" type="video/webm">
 </video>
 </div>
 {% endblock video %}