mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Seek issues fixed
This commit is contained in:
@@ -64,7 +64,7 @@ export class SeekStream {
|
||||
constructor(url: string, duration: number, contentLength: number, video_url: string, options: StreamOptions) {
|
||||
this.stream = new WebmSeeker({
|
||||
highWaterMark: 5 * 1000 * 1000,
|
||||
readableObjectMode: true,
|
||||
readableObjectMode: true
|
||||
});
|
||||
this.url = url;
|
||||
this.quality = options.quality as number;
|
||||
|
||||
Reference in New Issue
Block a user