force ciderhls to load lowest quality artwork
This commit is contained in:
parent
3c92dc5e83
commit
bd66494f9b
2 changed files with 6 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
this.hls.attachMedia(this.$refs.video);
|
||||
this.hls.loadSource(this.video);
|
||||
this.hls.loadLevel = 4;
|
||||
this.hls.loadLevel = 0;
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue