YunoHost-Apps / jellyfin_ynh

Jellyfin package for YunoHost
https://jellyfin.org/
GNU General Public License v3.0
26 stars 24 forks source link

Playback/transcoding doesn't work #152

Closed ahstro closed 7 months ago

ahstro commented 7 months ago

Describe the bug

Most video content is unable to play, showing this "Playback Error". I'm fairly certain it's an issue with transcoding somehow, but unsure how to resolve? The logs seem to indicate there's some permission shenanigans happening?

8:  Mar 11 22:59:38 jellyfin[852326]: [22:59:38] [ERR] [19] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL GET /videos/5fe00277-6dac-60a7-8e1e-e853aa63f273/hls1/main/0.ts.
9:  Mar 11 22:59:38 jellyfin[852326]: System.UnauthorizedAccessException: Access to the path '/var/log/jellyfin/FFmpeg.Transcode-2024-03-11_22-59-38_5fe002776dac60a78e1ee853aa63f273_c406036c.log' is denied.

The similar issues I found online suggested changing the ffmpeg path in the GUI. This has been disabled in this version, for reasons, but I tried changing it by editing /etc/jellyfin/encoding.xml and restarting. Didn't help 🤷‍

Context

Steps to reproduce

Logs

https://paste.yunohost.org/ogupijawag

stilobique commented 7 months ago

Like the #150 ; force the reinstall with this command

sudo yunohost app upgrade jellyfin -F
ahstro commented 7 months ago

omg thank youu!! 🙇🙇