From 1175c45d11698c474c509592d3984b91adaeace9 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Fri, 8 Jan 2016 21:01:00 +0100 Subject: increase fragment loading timeout from 50s to 2min fragment duration is 60s, so normally this should never happen --- mediabrowser/templates/watch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediabrowser') diff --git a/mediabrowser/templates/watch.html b/mediabrowser/templates/watch.html index 7e3c9fd..808e372 100644 --- a/mediabrowser/templates/watch.html +++ b/mediabrowser/templates/watch.html @@ -62,7 +62,7 @@ maxBufferLength: 500, manifestLoadingTimeOut: 20000, levelLoadingTimeOut: 20000, - fragLoadingTimeOut: 50000 + fragLoadingTimeOut: 120000 }; var hls = new Hls(config); hls.loadSource("{{ url_for('mediabrowser.m3u8', path=path) }}"); -- cgit v1.2.1