Jellyfin FFmpeg path not working

Discussion of applications not mentioned above.
Locked
User avatar
gohigher
Posts: 4
Joined: 17 Apr 2023, 17:39

Jellyfin FFmpeg path not working

Post by gohigher »

This is the path : /usr/local/ffmpeg/sys/bin/ffmpeg
When logging in true ssh on my nas i can indeed find the files needed there.
But it looks like jellyfin has no access to that folder. So how can i give access to systemfiles in terramaster?
I'm not using docker btw. Jellyfin and FFmpeg is installed as third party app.
User avatar
gohigher
Posts: 4
Joined: 17 Apr 2023, 17:39

Re: Jellyfin FFmpeg path not working

Post by gohigher »

gohigher wrote: 17 Apr 2023, 17:47 This is the path : /usr/local/ffmpeg/sys/bin/ffmpeg
When logging in true ssh on my nas i can indeed find the files needed there.
But it looks like jellyfin has no access to that folder. So how can i give access to systemfiles in terramaster?
I'm not using docker btw. Jellyfin and FFmpeg is installed as third party app.
Solved it myself with the command : which ffmpeg .

That's shows you the correct directory.
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: Jellyfin FFmpeg path not working

Post by outkastm »

"which ffmpeg" command return the ffmpeg version delivered with TOS5 located at /usr/bin/ffmpeg
What message do you get when you run

Code: Select all

/usr/local/ffmpeg/sys/bin/ffmpeg -version
User avatar
gohigher
Posts: 4
Joined: 17 Apr 2023, 17:39

Re: Jellyfin FFmpeg path not working

Post by gohigher »

outkastm wrote: 18 Apr 2023, 04:29 "which ffmpeg" command return the ffmpeg version delivered with TOS5 located at /usr/bin/ffmpeg
What message do you get when you run

Code: Select all

/usr/local/ffmpeg/sys/bin/ffmpeg -version
Sorry for the late anwer. Didn't see your message.

I get this:

[gohigher@Terramaster ~]# /usr/local/ffmpeg/sys/bin/ffmpeg -version
-bash: /usr/local/ffmpeg/sys/bin/ffmpeg: No such file or directory
User avatar
outkastm
Posts: 1192
Joined: 29 Dec 2020, 23:52

Re: Jellyfin FFmpeg path not working

Post by outkastm »

So it means the ffmpeg app is not installed
User avatar
Vaulenst
Posts: 10
Joined: 07 Aug 2023, 06:36

Re: Jellyfin FFmpeg path not working

Post by Vaulenst »

I am in the same situation as gohigher.

Code: Select all

# which ffmpeg
/usr/bin/ffmpeg

Code: Select all

# /usr/local/ffmpeg/sys/bin/ffmpeg -version
-bash: /usr/local/ffmpeg/sys/bin/ffmpeg: No such file or directory

Code: Select all

# ls -l /usr/local/ffmpeg51/sys/bin/
total 412
-rwxr-xr-x 1 superuser superuser 267328 Sep 14 17:45 ffmpeg
-rwxr-xr-x 1 superuser superuser 147968 Sep 14 17:45 ffprobe
The FFMPEG51 community app is installed.

In the GUI if I put /usr/local/ffmpeg/sys/bin/ffmpeg it says ffmpeg can't be found. I can navigate there with the gui itself so it sees it!

If instead I put /usr/bin/ffmpeg the GUI accept it and videos are working; also the FFMPEG51 app see it and shows the driver selection.

Is it safe to leave the /usr/bin/ffmpeg path?
TNAS F4-423
RAM 20GB (4GB original TM + 16GB Crucial CT16G4SFRA32A)
TOS 5.1.95-00372
SSD 1TB Lexar NM610PRO NVMe
HDD 18TB Toshiba MG09ACA18TE
HDD 8TB Seagate ST8000VN004-2M2101
HDD 3TB Western Digital WD30EXRX-00MMMB0
HDD 2TB Hitachi HDS5C3020ALA632
Locked

Return to “Others”