summaryrefslogtreecommitdiff
path: root/mediabrowser/templates/watch.html
diff options
context:
space:
mode:
Diffstat (limited to 'mediabrowser/templates/watch.html')
-rw-r--r--mediabrowser/templates/watch.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/mediabrowser/templates/watch.html b/mediabrowser/templates/watch.html
index 555c0e9..7e3c9fd 100644
--- a/mediabrowser/templates/watch.html
+++ b/mediabrowser/templates/watch.html
@@ -60,7 +60,7 @@
var config = {
debug: logger,
maxBufferLength: 500,
- manifestLoadingTimeOut: 120000,
+ manifestLoadingTimeOut: 20000,
levelLoadingTimeOut: 20000,
fragLoadingTimeOut: 50000
};
@@ -69,6 +69,8 @@
hls.attachMedia(video);
hls.on(Hls.Events.MANIFEST_PARSED, function (event, data) {
video.play();
+ video.setAttribute('poster',
+ "{{ url_for('mediabrowser.poster', path=path) }}");
});
hls.on(Hls.Events.ERROR, function (event, data) {
if (data.fatal) {