From the makers of "Find and Replace" we present: CiderHls!

This commit is contained in:
booploops 2021-12-10 22:26:42 -08:00
parent d9aefb94f9
commit ee9350aceb
3 changed files with 27814 additions and 2 deletions

View file

@ -27,7 +27,7 @@
this.hls.detachMedia();
} else {
this.hls = new Hls(config);
this.hls = new CiderHls(config);
}
// bind them together
if (this.$refs.video) {
@ -42,7 +42,7 @@
appData: {serviceName: "Apple Music"}
}
this.hls.attachMedia(this.$refs.video);
this.hls.loadSource(this.video, p);
this.hls.loadSource(this.video);
this.hls.loadLevel = 4;
}
})