From a04c5131cfd3c18a00dae86134dbf7d7953edddc Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Wed, 19 Jul 2017 11:41:36 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20fast=20switch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 327bc06..9b064e7 100644 --- a/index.html +++ b/index.html @@ -208,7 +208,6 @@ var url = "video/1_Compilation_Graphique/1_Compilation_Graphique.mpd"; var player = dashjs.MediaPlayer().create(); player.initialize(document.querySelector("#masthead-video"), url, true); - player.setFastSwitchEnabled(true); player.setMute(true); var portfolio_videos = document.getElementsByClassName('video-portfolio');