Open emansom opened 2 years ago
Will be addressed by upcoming PR.
Hi,
It seems I can't reproduce this error with the video https://www.youtube.com/watch?v=yZIZzk-Anvs in current develop
Hi,
It seems I can't reproduce this error with the video https://www.youtube.com/watch?v=yZIZzk-Anvs in current develop
The bug was only present during a select time window in which a livestream of 7+ hours in length wasn't fully processed/transcoded on YouTube's servers.
Already have a solution that significantly reduces yt-dlp
JSON-LD output to only the necessary data. Will be in one of my PRs once I cherry-pick and squash all the commits into separate logical pieces.
Describe the current behavior
Currently when importing a YouTube video that exceeds 7+ hours in length, it'll exceed the max output buffer allocated due to large amounts of DASH+HLS segments in the JSON-LD output.
Steps to reproduce
Describe the expected behavior
PeerTube filtering out DASH+HLS segments by passing the
--extractor-args "youtube:skip=dash,hls"
argument toyt-dlp
to reduce the size of the JSON-LD output considerably.Additional information