2024-08-20, 10:55 PM
Oh. It just remembered. You can try modifying the startup process or service file.
The service file references this variable:
which is defined in /etc/default/jellyfin. Change this line in /etc/default/jellyfin to your desired ffmpeg path.
The service file references this variable:
Code:
$JELLYFIN_FFMPEG_OPT
which is defined in /etc/default/jellyfin. Change this line in /etc/default/jellyfin to your desired ffmpeg path.
Code:
JELLYFIN_FFMPEG_OPT="--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"