Yesterday, 09:00 PM
Hello,
Hello,
I have installed Jellyfin through CasaOS on my Ubuntu Server (24.04.1 LTS (Noble Numbat)), and it has been working fine. However, while adjusting some settings, I realized that FFmpeg is not installed.
When running the following command:
I receive the following response:
I then tried running:
but got the following error:
What can I do to resolve this? I can always move away from CasaOS, which is my plan when I build my new server, but for now, I would prefer to fix this if possible.
Thank you.
Hello,
I have installed Jellyfin through CasaOS on my Ubuntu Server (24.04.1 LTS (Noble Numbat)), and it has been working fine. However, while adjusting some settings, I realized that FFmpeg is not installed.
When running the following command:
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -version
I receive the following response:
Code:
-bash: /usr/lib/jellyfin-ffmpeg/ffmpeg: No such file or directory
I then tried running:
Code:
apt install jellyfin-ffmpeg
but got the following error:
Code:
E: Unable to locate package jellyfin-ffmpeg
What can I do to resolve this? I can always move away from CasaOS, which is my plan when I build my new server, but for now, I would prefer to fix this if possible.
Thank you.