projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
869968d
)
Reduce innactivity timeout on embed
author
Chocobozzz
<me@florianbigard.com>
Mon, 26 Mar 2018 11:55:03 +0000
(13:55 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 26 Mar 2018 11:55:27 +0000
(13:55 +0200)
client/src/standalone/videos/embed.ts
patch
|
blob
|
history
diff --git
a/client/src/standalone/videos/embed.ts
b/client/src/standalone/videos/embed.ts
index 2caab5b10cd435bc7ab7faaeb81a005dc9725453..964ec56f3dabccbc21ec0969f0ba1f15da92fba8 100644
(file)
--- a/
client/src/standalone/videos/embed.ts
+++ b/
client/src/standalone/videos/embed.ts
@@
-27,6
+27,7
@@
loadVideoInfo(videoId)
const videojsOptions = {
controls: true,
autoplay: false,
+ inactivityTimeout: 500,
plugins: {
peertube: {
videoFiles: videoInfo.files,