Skip to content

Commit

Permalink
docs: 📝add todo fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Banou26 committed Feb 26, 2024
1 parent 331902c commit a9ff890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ fetch(VIDEO_URL, { headers: { Range: `bytes=0-1` } })
chunks = []
await remuxer.seek(seekTime)
const chunk1 = await pull()
// todo: FIX firefox sometimes throws "Uncaught (in promise) DOMException: An attempt was made to use an object that is not, or is no longer, usable"
sourceBuffer.timestampOffset = chunk1.pts
await appendBuffer(chunk1.buffer)
if (firstSeekPaused === false) {
Expand Down

0 comments on commit a9ff890

Please sign in to comment.