SOLVED: Jellyfin can access Mounted NFS but FFMPEG says no such file - 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: Jellyfin can access Mounted NFS but FFMPEG says no such file (/t-solved-jellyfin-can-access-mounted-nfs-but-ffmpeg-says-no-such-file) Pages:
1
2
|
RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - alike - 2024-10-14 Code: [2024-10-14 15:50:32.543 +02:00] [INF] [26] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Webhook Item Added Notifier" Completed after 0 minute(s) and 0 seconds Is this relevant? Code: [2024-10-14 16:08:26.399 +02:00] [ERR] [22] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file 'U:\Westworld\Westworld.S02.1080p.BluRay.x264-SHORTBREHD\Westworld.S02E03.1080p.BluRay.x264-SHORTBREHD\Westworld.S02E03.1080p.BluRay.x264-SHORTBREHD.mkv'". URL "GET" "/Videos/f24bc9ad54345c6262848a866e39d995/stream.mkv". Code: [2024-10-14 16:08:47.918 +02:00] [ERR] [3] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code -2 RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - TheDreadPirate - 2024-10-14 How are you running Jellyfin? From the tray app or as a service? What version of Windows? Is the storage you are accessing directly attached or are they network shares? (2024-10-14, 02:19 PM)alike Wrote: Is this relevant? It isn't a folder. It's a URL endpoint. And, yes, it is relevant. This is very clearly a permissions issue. RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - alike - 2024-10-19 Not running Jellyfin as a service. Run as an app. Windows version is 11 pro 23H2 build 22631.4317 The disks are directly connected to the same PC as jellyfin is running on. Some of the files are however setup as rar2fs drives. How come i sleep one day and suddenly there is a permission issue when i wake up? The only change i did since last this worked was to setup jellyseer. Following the official guide. RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - alike - 2024-10-19 I checked out the permission rights, and they are now all gone on those RAR2FS drives mapped. So im trying to give them back to my user and see if that does the trick. RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - alike - 2024-10-19 Well, im not sure if its a security issue anyway. I have used this guide to create network drives from cygwin rar2fs fuse. https://github.com/hasse69/rar2fs/wiki/Windows-HOWTO It has been working until now, not sure if this is the issue. But when i check the security settings, this is what it says: RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - TheDreadPirate - 2024-10-19 Did anything change with rar2fs? I'm not familiar with the app to give any advise on it. RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - alike - 2024-10-20 (2024-10-19, 06:21 PM)TheDreadPirate Wrote: Did anything change with rar2fs? I'm not familiar with the app to give any advise on it.No changes form my side. There haven't been any official updates on rar2fs since June i think. I am waiting for response from the developer on the github forum for rar2fs. is there some way i can test if jellyfin have the correct permission to disks? I know that i can play directly from the disks, as files that are not on RAR2fs drives seems to be working as normal. RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - alike - 2024-10-20 One way of finding out if jellyfin server has access to the drive i found when i was going to test adding a movie library using a directory instead of the whole drive. This was the result(should be S: T: and so on) RE: Jellyfin can access Mounted NFS but FFMPEG says no such file - alike - 2024-10-20 I tried reinstalling the jellyfin server. I kept the c:\programdata\jellyfin copy. Uninstalled and then reinstalled server. Now i cant open up the web view at all. Its just all broken atm. I feel like throwing this in the bin right now! What a waste of time. Edit: After clearing my head for a while, i came back and fixed this(i had two copies of jellyfin server folder and had used the wrong one.) After reinstalling jellyfin server, now i have access to the RAR2FS folders again. |