]> git.parisson.com Git - teleforma.git/commitdiff
use slug
authorGuillaume Pellerin <pellerin@parisson.com>
Mon, 9 Jun 2025 13:45:49 +0000 (15:45 +0200)
committerGuillaume Pellerin <pellerin@parisson.com>
Mon, 9 Jun 2025 13:45:49 +0000 (15:45 +0200)
teleforma/templates/teleforma/course_conference.html

index eb8467113da180723bcc4538cf58e0d037ae4d65..4476fbdc82946e3e9642066fb6c24eff65eec7b2 100644 (file)
@@ -53,7 +53,7 @@
 <div class="video">
 <video width="640" height="360" controls autoplay preload="auto">
 <!-- Hello Chrome and Firefox (and Opera?) -->
-<source src="{{ livestream.url|set_host:host }}?v={% random_hash %}" type="video/webm" />
+<source src="/stream/{{ livestream.slug }}.webm?v={% random_hash %}" type="video/webm" />
 </video>
 </div>
 {% endif %}