SOLVED: ffmpeg5 error Ubuntu - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: ffmpeg5 error Ubuntu (/t-solved-ffmpeg5-error-ubuntu) |
ffmpeg5 error Ubuntu - gurple - 2024-05-02 Im using ubuntu 24.04. Everytime I try to install jellyfin I get the error - jellyfin : Depends: jellyfin-ffmpeg5 (>=5.0.0) but it is not installable I've tried installing it everyway and always get the same error. RE: ffmpeg5 error Ubuntu - TheDreadPirate - 2024-05-02 With 10.9 right around the corner, it was decided that jellyfin-ffmpeg5 would not be re-built for Noble. Opting for jellyfin-ffmpeg6. Which can still be used with 10.8.13. Code: sudo apt install jellyfin-ffmpeg6 Installing jellyfin-server will also pull in jellyfin-web. |