WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
329 stars 11 forks source link

fix: "experimental algorithm" doesn't work sometimes (mostly on YouTube) #173

Open WofWca opened 3 months ago

WofWca commented 3 months ago

For example, for this video the clone gets the following clone.error:

MediaError {code: 4, message: 'CHUNK_DEMUXER_ERROR_APPEND_FAILED: Found Cluster element before Info.'}

I happens immediately as you load the video.

Here's the cloning code: https://github.com/WofWca/jumpcutter/blob/master/src/entry-points/content/cloneMediaSources/lib.ts

WofWca commented 3 months ago

MediaError {code: 4, message: 'CHUNK_DEMUXER_ERROR_APPEND_FAILED: Found Cluster element before Info.'}

this particular error got fixed (at least I haven't noticed it coming back) in b1f1278193a3597e69f3d521d634753a8ea31691