Embed: added rate limiting to videojs crash reload, updated videojs and dashjs
This commit is contained in:
parent
04a1b394dd
commit
573e945f5a
10 changed files with 5870 additions and 8360 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue