2024-07-11, 03:27 PM
(This post was last modified: 2024-07-11, 03:27 PM by TheDreadPirate.)
Did the tutorial you followed (I'm assuming not an official tutorial) include installing jellyfin-ffmpeg6? The error message appears to be complaining about ffmpeg not being present.
If you have the jellyfin repo added to Debian you can install jellyfin-ffmpeg with this command.
While your laptop can't handle transcoding, your clients may be requesting a remux, which your system can handle. The log doesn't include the ffmpeg command it was attempting to run.
If you have the jellyfin repo added to Debian you can install jellyfin-ffmpeg with this command.
Code:
sudo apt install jellyfin-ffmpeg6
While your laptop can't handle transcoding, your clients may be requesting a remux, which your system can handle. The log doesn't include the ffmpeg command it was attempting to run.