mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-17 14:43:00 -05:00
[GH-ISSUE #62] YouTube sometimes drops packets near the end of audio during live render #7383
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wukko on GitHub (Dec 6, 2022).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/62
only possible reason i can think of is download speed or duration. don't know whether it's possible for ffmpeg to pre-fetch one of inputs before merging them together, but this would be one of possible solutions.
cobalt could instead cache the audio file before live render, but that could lead to even more issues.