]> git.parisson.com Git - telecaster-client.git/commitdiff
use local nginx video streaming proxy
authorGuillaume Pellerin <pellerin@parisson.com>
Mon, 5 May 2025 12:09:54 +0000 (14:09 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Mon, 9 Jun 2025 14:16:13 +0000 (16:16 +0200)
telecaster/templates/telecaster/base.html

index 4b05f69cbbc351181e6711ea5f4c23c107e82b66..267722403f913f847708a97bc79eb46c6a2340c1 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 }}:8000/monitor.webm?v={% random_hash %}" type="video/webm">
+<source src="/stream/monitor.webm?v={% random_hash %}" type="video/webm">
 </video>
 </div>
 {% endblock video %}