Skip to content

Commit

Permalink
fixup! added recorder feature
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Mar 31, 2024
1 parent 0e6415d commit 820c584
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integrations/player.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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...')
Expand Down

0 comments on commit 820c584

Please sign in to comment.