2025-02-10, 11:12 PM
(This post was last modified: 2025-02-10, 11:15 PM by irahorecka. Edited 1 time in total.)
Hey - I also ran into this issue on my Linux headless server running the latest Ubuntu. I fiddled with hardware acceleration, bandwidth limits, encodings, and nothing worked. What worked for me was to package my media file in an mkv container without re-encoding:
ffmpeg -y -i inputfile -c:v copy -c:a copy output.mkv