[ Jellyfin ] [ 10.8.9 ] Emby Fork Media System that puts you in control of managing and streaming your medias

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.4.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

breschi wrote: Fri Jan 10, 2020 2:42 am The hardware trascoding doesn't work...please fix it, in the free Docker package it works!
have try with QMultimedia qpkg from Qnapclub Repo and set path to ffmpeg to "/opt/QMultimedia/FFMPEG4.2/bin/ffmpeg"
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
breschi
Starting out
Posts: 10
Joined: Tue Apr 11, 2017 5:20 am

Re: [ Jellyfin ] [ 10.4.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by breschi »

QNAP_Stephane wrote: Sat Jan 11, 2020 7:56 pm
breschi wrote: Fri Jan 10, 2020 2:42 am The hardware trascoding doesn't work...please fix it, in the free Docker package it works!
have try with QMultimedia qpkg from Qnapclub Repo and set path to ffmpeg to "/opt/QMultimedia/FFMPEG4.2/bin/ffmpeg"
The ffmpeg in that package tells me that can't find a library:

Code: Select all

/opt/QMultimedia/FFMPEG4.2/bin/ffmpeg: error while loading shared libraries: libxcb.so.1: cannot open shared object file: No such file or directory
But I believe that is not a ffmpeg problem because the ffmpeg inclued in the Jellyfin QPKG tells me that can't find VA display, so I believe that is a permission issue:

Code: Select all

[AVHWDeviceContext @ 0x610b340] No VA display found for device: /dev/dri/renderD128.
Device creation failed: -22.
Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': Invalid argument
Error parsing global options: Invalid argument
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.4.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

the latest version 1.200113 for QMultimedia should fix libxcb issue on some plateform

'/dev/dri/renderD128' is another problem ... i think it doesnt preload Intel driver .. i am checking if feasible

tested yesterday with QuicSync seems working when i play movies within the JellyFin webplayer
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.4.3.1 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

updated to use VAAPI from QMultimedia

just set ffmpeg binary to /opt/QMultimedia/bin/ffmpeg
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
breschi
Starting out
Posts: 10
Joined: Tue Apr 11, 2017 5:20 am

Re: [ Jellyfin ] [ 10.4.3.1 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by breschi »

QNAP_Stephane wrote: Mon Jan 13, 2020 10:06 pm updated to use VAAPI from QMultimedia

just set ffmpeg binary to /opt/QMultimedia/bin/ffmpeg
Ok now I have this error.

Code: Select all

[AVHWDeviceContext @ 0x11f8980] libva: /opt/QMultimedia/lib/iHD_drv_video.so init failed
[AVHWDeviceContext @ 0x11f8980] Failed to initialise VAAPI connection: 1 (operation failed).
Device creation failed: -5.
Failed to set value '/dev/dri/renderD128' for option 'vaapi_device': Input/output error
Error parsing global options: Input/output error
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.4.3.1 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

iHD driver is only compatible with this processors :

BDW (Broadwell)
SKL (Skylake)
BXT (Broxton) / APL (Apollo Lake)
KBLx (KBL/Kaby Lake; CFL/Coffe Lake; WHL/Whiskey Lake; CML/Comet Lake; AML/Amber Lake)
ICL (Ice Lake)
JSL (Jasper Lake)/EHL (Elkhart Lake)
TGL (Tiger Lake)


ensure in your Jellyfin startup you have the right export (/opt/Jellyfin/jellyfin.sh )

Code: Select all

export LIBVA_DRIVERS_PATH=/opt/QMultimedia/lib
export LIBVA_DRIVER_NAME=iHD
you can alos use i965 driver alternatively replace :

Code: Select all

export LIBVA_DRIVER_NAME=iHD
by

Code: Select all

export LIBVA_DRIVER_NAME=i965
and restart Jellyfin

note that you must have latest QMultimedia package version
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
breschi
Starting out
Posts: 10
Joined: Tue Apr 11, 2017 5:20 am

Re: [ Jellyfin ] [ 10.4.3.1 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by breschi »

Ok it works with

Code: Select all

export LIBVA_DRIVER_NAME=i965
Thank you!
maxsteel85
New here
Posts: 8
Joined: Fri Aug 28, 2015 2:02 pm

Re: [ Jellyfin ] [ 10.4.3.1 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by maxsteel85 »

@QNAP_Stephane & @breschi

Can you guys guide me through enabling hardware acceleration? I have the paid version of Jellyfin for my QNAP and I tried to do it with no luck.

Should I move the folder from .qpkg to /opt/QMultimedia/bin/ffmpeg?
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.5.0.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.5.2.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.5.4.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.5.5.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
breschi
Starting out
Posts: 10
Joined: Tue Apr 11, 2017 5:20 am

Re: [ Jellyfin ] [ 10.5.5.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by breschi »

Hi, I buyed the new QMultimedia package but when I tried to install it I received this error:
"Failed to install Mutlimedia Tools. QTS detected an unauthorized change in the app."

I tried also to download the QPKG but the result is the same.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Jellyfin ] [ 10.5.5.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by QNAP_Stephane »

some security has been added on latest firmware.. (but not sure)

can you please confirm NAS model and firmware

do you have security consuelor installed, if yes , try disable it
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
breschi
Starting out
Posts: 10
Joined: Tue Apr 11, 2017 5:20 am

Re: [ Jellyfin ] [ 10.5.5.0 ] Emby Fork Media System that puts you in control of managing and streaming your medias

Post by breschi »

Model: TS-453A
Firmware: 4.4.2.1320

I don't have security consuelor installed
Post Reply

Return to “Community Apps”