diff --git a/frontend/public/ckplayer/ckplayer.json b/frontend/public/ckplayer/ckplayer.json index 9a2291cc..ad1b47dc 100644 --- a/frontend/public/ckplayer/ckplayer.json +++ b/frontend/public/ckplayer/ckplayer.json @@ -2,14 +2,14 @@ "config": { "fullInteractive": true, "delay": 30, - "timeFrequency": 100, + "timeFrequency": 50, "autoLoad": true, "loadNext": 0, "definition": true, "subtitle": true, "playbackRate": true, "smartRemove": true, - "bufferTime": 200, + "bufferTime": 300, "rtmpBufferTime": 0, "click": true, "doubleClick": true, @@ -102,4 +102,4 @@ "defaultHeight": 3 } } -} \ No newline at end of file +} diff --git a/frontend/src/views/files/Video.vue b/frontend/src/views/files/Video.vue index 372e5acf..096f35e2 100644 --- a/frontend/src/views/files/Video.vue +++ b/frontend/src/views/files/Video.vue @@ -1,5 +1,5 @@