Embed: added rate limiting to videojs crash reload, updated videojs and dashjs

This commit is contained in:
Cat 2020-01-22 16:52:58 +01:00 committed by Thulinma
parent 04a1b394dd
commit 573e945f5a
10 changed files with 5870 additions and 8360 deletions

View file

@ -940,6 +940,7 @@ function MistVideo(streamName,options) {
case "Stream is booting":
case "Stream is waiting for data":
case "Stream is shutting down":
case "Stream status is invalid?!":
if ((MistVideo.player) && (MistVideo.player.api) && (!MistVideo.player.api.paused)) {
//something is (still) playing
return;