Nettoyage

This commit is contained in:
nyanloutre 2017-07-21 19:24:49 +02:00
parent 45c561ef1a
commit 46562a54f8
Signed by: nyanloutre
GPG Key ID: F85D93686A3A9063
17 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ RUN sed -i 's/#gzip/gzip/g' /etc/nginx/nginx.conf && \
make && \ make && \
make install make install
COPY video/ /usr/share/nginx/html/video/ COPY video/dash/ /usr/share/nginx/html/video/dash/
WORKDIR /usr/share/nginx/html/video WORKDIR /usr/share/nginx/html/video/dash
RUN ./mpd_generate.sh 1_Compilation_Graphique.webm RUN ./mpd_generate.sh 1_Compilation_Graphique.webm
COPY . /usr/share/nginx/html COPY . /usr/share/nginx/html

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

View File

@ -214,7 +214,7 @@
<!-- Custom scripts for this template --> <!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script> <script src="js/creative.min.js"></script>
<script src="https://reference.dashif.org/dash.js/nightly/dist/dash.all.min.js"></script> <script src="http://cdn.dashjs.org/latest/dash.all.min.js"></script>
<script> <script>
var masthead_video = document.getElementById("masthead-video"); var masthead_video = document.getElementById("masthead-video");
@ -260,7 +260,7 @@
fullscreen(masthead_video); fullscreen(masthead_video);
}; };
var url = "video/1_Compilation_Graphique/1_Compilation_Graphique.mpd"; var url = "video/dash/1_Compilation_Graphique/1_Compilation_Graphique.mpd";
var player = dashjs.MediaPlayer().create(); var player = dashjs.MediaPlayer().create();
player.getDebug().setLogToBrowserConsole(false); player.getDebug().setLogToBrowserConsole(false);
player.initialize(document.querySelector("#masthead-video"), url, true); player.initialize(document.querySelector("#masthead-video"), url, true);

Binary file not shown.