From 820c584d4a4de55e8815cc0cf706d43ff15449bd Mon Sep 17 00:00:00 2001 From: eric2788 Date: Mon, 1 Apr 2024 00:14:59 +0800 Subject: [PATCH] fixup! added recorder feature --- tests/integrations/player.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/integrations/player.spec.ts b/tests/integrations/player.spec.ts index 2dfd3e0..09641e3 100644 --- a/tests/integrations/player.spec.ts +++ b/tests/integrations/player.spec.ts @@ -21,8 +21,6 @@ test( chunks.push(blob) console.info('total chunks size: ', chunks.length, buffer.byteLength) }, 'hls') - - p.on('error', (err: Error) => test.skip(true, err.message)) await utils.misc.sleep(15000) @@ -100,8 +98,6 @@ test( console.info('total chunks size: ', chunks.length, buffer.byteLength) }, 'flv') - p.on('error', (err: Error) => test.skip(true, err.message)) - await utils.misc.sleep(15000) console.info('cleaning up stream buffer...')