Jellyfin detects media but doesn't stream

NandoNin

Cadet
Joined
Sep 29, 2023
Messages
3
Hey guys,

So I followed this fantastic guide by Frozen North Galaxy on youtube. https://www.youtube.com/watch?v=3GpaxFYe3MU&t=352s

Worked great! but my dumb*** thought the media transcoding was slow so I tried to turn on GPU acceleration by enabling it in Truenas and enabling it in Jellyfin (I have a Intel i7 6700 so trying to use the iGPU)
1696051189145.png

1696051257314.png


Now... Jellyfin still detects the media but it can't playback the media at all, it just hangs on the title screen of the selected movie.

The front page also doesn't show recommendations on what to watch
1696051398736.png


I've tried:
- reverting the settings to defaults
- deleting and reinstalling Jellyfin
- deleting the datasets that Jellyfin was installed on then reinstalling jellyfin
- Multiple restarts and shutdowns

Do you guys know what what I can do? Any help would be appreciated.

Cheers
 

Davvo

MVP
Joined
Jul 12, 2022
Messages
3,222

NandoNin

Cadet
Joined
Sep 29, 2023
Messages
3
Yeah, I gave it a couple hours yesterday and tried again this morning, still nothing :/

Im currently backing up all my media and will reinstall Truenas.
 

gyfer

Dabbler
Joined
Feb 13, 2020
Messages
14
update or new jail install libtasn1 to version 4.19.0 , and that broke ffmpeg
if you try to run ffmpeg in jail, it will have error message as follow :
ld-elf.so.1: /usr/local/lib/libtasn1.so.6: Undefined symbol "strverscmp@FBSD_1.7"

To resolve this issue, you need to install libstasn1-4.18.0 or older pkg to restore ffmpeg
I created a script for your convenience: https://github.com/gyferlim/ffmpeg-6.0.1-FreeBSD

Any input is welcome
 
Top