summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mediabrowser/templates/watch.html2
1 files changed, 1 insertions, 1 deletions
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) }}");