Seek improved v2

This commit is contained in:
killer069
2022-01-05 12:05:07 +05:30
parent 2aa28f2350
commit d93fd98822
3 changed files with 30 additions and 22 deletions

View File

@@ -65,7 +65,6 @@ export class SeekStream {
this.stream = new WebmSeeker({
highWaterMark: 5 * 1000 * 1000,
readableObjectMode: true,
mode: options.seekMode
});
this.url = url;
this.quality = options.quality as number;