]> git.parisson.com Git - teleforma.git/commitdiff
use local nginx streaming proxy
authorGuillaume Pellerin <pellerin@parisson.com>
Mon, 5 May 2025 14:32:45 +0000 (16:32 +0200)
committerGuillaume Pellerin <pellerin@parisson.com>
Mon, 5 May 2025 14:32:45 +0000 (16:32 +0200)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/course_conference_record.html

index 5608a382d62f87cb3678a57ed06665a56e441bbd..300226d29e8639e10b07ef2d7bff8aab4078703d 100644 (file)
@@ -1506,7 +1506,7 @@ input,textarea{
     -moz-border-radius: 8px 0px 8px 8px;
     -webkit-border-radius: 8px 0px 8px 8px;
     border-radius: 8px 0px 8px 8px;
-    width: 640px;
+    width: 720px;
 /*     border: 2px solid #CCC; */
     }
 
index 4605162082e15ea6eca1f42d2902cabdfce48d71..f143ba8dd1f101220aa46963858ddc079be02181 100644 (file)
@@ -87,8 +87,8 @@ $(document).ready(function(){
 <div class="media">
 {% block video %}
 <div class="video">
-<video controls autoplay preload="auto" width="640" height="360">
-<source src="http://{{ host }}:8000/monitor.webm?v={% random_hash %}" type="video/webm">
+<video controls autoplay preload="auto" width="100%">
+<source src="/stream/monitor.webm?v={% random_hash %}" type="video/webm">
 </video>
 </div>
 {% endblock video %}