Jump to content

New QNAP Package for Testing


Luke

Recommended Posts

Can you zip up and attach the contents of this folder?

/share/CACHEDEV1_DATA/.qpkg/EmbyServer/programdata/cache/ffmpeg

Thanks.

Link to comment
Share on other sites

@@softworkz any thoughts?

 

@@Luke @@trodarte

 

There is nothing unexpected here. The only acceleration that we're supporting on Linux/ARM is the "ARM V4L2 H.264" encoder.

But: This is the most important one of all!

 

Please see for additional background: https://emby.media/community/index.php?/topic/66675-36078-transcoding-rockpro64

Link to comment
Share on other sites

don't know if this helps, but when I run the switch -hwaccels on your custom ffmpeg 4.0.2, i get nothing back.  If I run it again ffmpeg 4.1 from qnapclub I get back two results.  maybe when you upgrade emby ffmpeg to 4.1, support will be included?

 

[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # bin/ffmpeg -hide_banner -hwaccels

Hardware acceleration methods:

 

[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # cd ..

[/share/CACHEDEV1_DATA/.qpkg] # cd ffmpeg/

[/share/CACHEDEV1_DATA/.qpkg/ffmpeg] # ./ffmpeg -hide_banner -hwaccels

Hardware acceleration methods:

vdpau

vaapi

Like pointed out in the linked thread, that doesn't tell anything.

  • Not all hardware acceleration implementations are "hwaccels" in the sense of ffmpeg

    For example, V4L2M2M codecs are hardware accelerated codecs but not ffmpeg "hwaccels"

    This is nothing to be concerned about

    .

  • The list of hwaccels that ffmpeg reports is just an indication about how it was compiled

    It does not tell us what's supported on our system!

    .

  • Emby does not support vdpau

    It's an older API that hasn't received any significant work or support since quite some time

    .

  • VAAPI

    Please see the linked thread: https://emby.media/c...oding-rockpro64

 

As I said in the other thread:

 

Install and run vainfo to see whether your hw would support vaapi.

Link to comment
Share on other sites

alucryd

@schogobong Apologies for the delay, di you figure out the SSH part? In the control panel you'll find a Telnet/SSH icon, you can allow SSH connections there. Then, on any linux terminal you can type:

ssh admin@your_nas_ip_here

The password is the same as the web interface. Once you're in:

cd /share/CACHEDEV1_DATA/.qpkg/EmbyServer
export LD_LIBRARY_PATH=./lib:./lib/samba
bin/ffmpeg -version
ldd bin/ffmpeg

Please share the output of the last 2 commands, hopefully that'll tell us more (hope ldd is available by default, I can't remember for the life of me if it was there originally or if I manually installed it).

Edited by alucryd
Link to comment
Share on other sites

schogobong

This is what I am getting. Does this help? O.o 

[~] # cd /share/CACHEDEV1_Data/.qpkg/EmbyServer
-sh: cd: /share/CACHEDEV1_Data/.qpkg/EmbyServer: No such file or directory
[~] # cd /share/CACHEDEV1_DATA/.qpkg/EmbyServer
[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # export LD_LIBRARY_PATH='./lib:./lib/samba'
[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # bin/ffmpeg
ffmpeg version 4.0.2-emby_2018_12_04 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 6.4.1 (Linaro GCC 6.4-2017.08) 20170707
  configuration: --cc=arm-linux-gnueabihf-gcc --arch=armv7h --prefix=/home/embybuilder/Buildbot/armv7/ffmpeg-armv7/staging --pkg-config=pkg-config --disable-doc --disable-ffplay --disable-vdpau --disable-xlib --enable-fontconfig --enable-gnutls --enable-gpl --enable-iconv --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-version3 --enable-libsmbclient --enable-cross-compile --cross-prefix=arm-linux-gnueabihf- --extra-libs='-lexpat -lfreetype -lfribidi -lfontconfig -liconv -lpng -lz -lvorbis -logg -lnettle -lhogweed -lgmp -laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -lflag-mapping-samba4 -lgenrand-samba4 -lgensec-samba4 -lgse-samba4 -lgssapi_krb5 -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -luuid -lwbclient -lwinbind-client-samba4' --target-os=linux --enable-shared --disable-static
  libavutil      56. 14.100 / 56. 14.100
  libavcodec     58. 18.100 / 58. 18.100
  libavformat    58. 12.100 / 58. 12.100
  libavdevice    58.  3.100 / 58.  3.100
  libavfilter     7. 16.100 /  7. 16.100
  libswscale      5.  1.100 /  5.  1.100
  libswresample   3.  1.100 /  3.  1.100
  libpostproc    55.  1.100 / 55.  1.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # ldd bin/ffmpeg
Segmentation fault

Link to comment
Share on other sites

To update from one version to another I have to stop the server; install qpkg, and then start the server. CorrecT?

 

Is there a changelog somewhere?

Edited by slyfox
Link to comment
Share on other sites

alucryd

 

This is what I am getting. Does this help? O.o 

[~] # cd /share/CACHEDEV1_Data/.qpkg/EmbyServer
-sh: cd: /share/CACHEDEV1_Data/.qpkg/EmbyServer: No such file or directory
[~] # cd /share/CACHEDEV1_DATA/.qpkg/EmbyServer
[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # export LD_LIBRARY_PATH='./lib:./lib/samba'
[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # bin/ffmpeg
ffmpeg version 4.0.2-emby_2018_12_04 Copyright (c) 2000-2018 the FFmpeg developers
  built with gcc 6.4.1 (Linaro GCC 6.4-2017.08) 20170707
  configuration: --cc=arm-linux-gnueabihf-gcc --arch=armv7h --prefix=/home/embybuilder/Buildbot/armv7/ffmpeg-armv7/staging --pkg-config=pkg-config --disable-doc --disable-ffplay --disable-vdpau --disable-xlib --enable-fontconfig --enable-gnutls --enable-gpl --enable-iconv --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-version3 --enable-libsmbclient --enable-cross-compile --cross-prefix=arm-linux-gnueabihf- --extra-libs='-lexpat -lfreetype -lfribidi -lfontconfig -liconv -lpng -lz -lvorbis -logg -lnettle -lhogweed -lgmp -laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -lflag-mapping-samba4 -lgenrand-samba4 -lgensec-samba4 -lgse-samba4 -lgssapi_krb5 -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -luuid -lwbclient -lwinbind-client-samba4' --target-os=linux --enable-shared --disable-static
  libavutil      56. 14.100 / 56. 14.100
  libavcodec     58. 18.100 / 58. 18.100
  libavformat    58. 12.100 / 58. 12.100
  libavdevice    58.  3.100 / 58.  3.100
  libavfilter     7. 16.100 /  7. 16.100
  libswscale      5.  1.100 /  5.  1.100
  libswresample   3.  1.100 /  3.  1.100
  libpostproc    55.  1.100 / 55.  1.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
[/share/CACHEDEV1_DATA/.qpkg/EmbyServer] # ldd bin/ffmpeg
Segmentation fault

 

This is very weird, ldd should never segfault. Can you share the output of:

cat /proc/cpuinfo

Thanks!

Link to comment
Share on other sites

schogobong

This is very weird, ldd should never segfault. Can you share the output of:

cat /proc/cpuinfo

Thanks!

 

 

Here you go:

 

 

[~] # cat /proc/cpuinfo
processor       : 0
model name      : Annapurna Labs Alpine AL212 Dual-core ARM Cortex-A15 CPU @ 1.70GHz
Speed           : 1.7GHz
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x2
CPU part        : 0xc0f
CPU revision    : 4

processor       : 1
model name      : Annapurna Labs Alpine AL212 Dual-core ARM Cortex-A15 CPU @ 1.70GHz
Speed           : 1.7GHz
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x2
CPU part        : 0xc0f
CPU revision    : 4

Hardware        : Annapurna Labs Alpine
Revision        : 0000
Serial          : 0000000000000000

Link to comment
Share on other sites

AshranPewter

I just bought a ts-428 2g, is this covered under this new beta release for ARM?

Maybe have to return and go for something a bit more expensive if it's not..

 

Would the TS-453Bmini be supported by the regular package? I'm trying to get a set and forget, don't want to mess with problems. Edited by AshranPewter
Link to comment
Share on other sites

I just bought a ts-428 2g, is this covered under this new beta release for ARM?

Maybe have to return and go for something a bit more expensive if it's not..

 

I couldn't find too much info on this model except this:

https://www.span.com/compare/TS-428-vs-TS-431X2-2G/67789-61967

 

Based on that, I think so yes, but we have not tested this model ourselves. Thanks.

Link to comment
Share on other sites

AshranPewter

I couldn't find too much info on this model except this:

https://www.span.com/compare/TS-428-vs-TS-431X2-2G/67789-61967

 

Based on that, I think so yes, but we have not tested this model ourselves. Thanks.

 

Thanks Luke, I'm gonna return it I think and go with the TS-453Bmini instead, less worry for me as I don't have time to Beta test. Thanks for all your work on Emby.

 

Best,

AshranPewter

Link to comment
Share on other sites

Hey Luke & gang,

 

Back to try testing Emby again with my Ryzen based QNAP (TS-877) & Nvidia 1060 GPU.

 

Running latest Emby beta build (3.6.0.81 beta) with latest QTS 4.3.5.0760 & Nvidia Driver QPKG's.

 

Doesn't appear that HW transcoding is being leveraged from what I can tell.

 

Here is the /bin/ffmpeg output.

ffmpeg version 4.0.2-emby_2018_12_09 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
configuration: --cc=x86_64-pc-linux-gnu-gcc --arch=x86_64 --prefix=/home/embybuilder/Buildbot/x64/ffmpeg-x64/staging --pkg-config=pkg-config --disable-doc --disable-ffplay --disable-vdpau --disable-xlib --enable-fontconfig --enable-gnutls --enable-gpl --enable-iconv --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-version3 --enable-libsmbclient --enable-cuda --enable-cuvid --enable-libmfx --enable-nvenc --enable-vaapi --enable-cross-compile --cross-prefix=x86_64-pc-linux-gnu- --extra-libs='-lexpat -lfreetype -lfribidi -lfontconfig -liconv -lpng -lz -lvorbis -logg -lnettle -lhogweed -lgmp -laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -lflag-mapping-samba4 -lgenrand-samba4 -lgensec-samba4 -lgse-samba4 -lgssapi_krb5 -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -luuid -lwbclient -lwinbind-client-samba4 -ldrm' --target-os=linux --enable-shared --disable-static
libavutil      56. 14.100 / 56. 14.100
libavcodec     58. 18.100 / 58. 18.100
libavformat    58. 12.100 / 58. 12.100
libavdevice    58.  3.100 / 58.  3.100
libavfilter     7. 16.100 /  7. 16.100
libswscale      5.  1.100 /  5.  1.100
libswresample   3.  1.100 /  3.  1.100
libpostproc    55.  1.100 / 55.  1.100

Here is the LDD output.

ldd bin/ffmpeg
	linux-vdso.so.1 (0x00007ffd65a76000)
	libavdevice.so.58 => ./lib/libavdevice.so.58 (0x00007f11d2f3b000)
	libavfilter.so.7 => ./lib/libavfilter.so.7 (0x00007f11d2a82000)
	libavformat.so.58 => ./lib/libavformat.so.58 (0x00007f11d262e000)
	libavcodec.so.58 => ./lib/libavcodec.so.58 (0x00007f11d0f50000)
	libpostproc.so.55 => ./lib/libpostproc.so.55 (0x00007f11d0d33000)
	libswresample.so.3 => ./lib/libswresample.so.3 (0x00007f11d0b16000)
	libswscale.so.5 => ./lib/libswscale.so.5 (0x00007f11d088b000)
	libavutil.so.56 => ./lib/libavutil.so.56 (0x00007f11d060c000)
	libm.so.6 => /lib/libm.so.6 (0x00007f11d0307000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x00007f11d00ea000)
	libc.so.6 => /lib/libc.so.6 (0x00007f11cfd47000)
	libfribidi.so.0 => ./lib/libfribidi.so.0 (0x00007f11cfb2c000)
	libva.so.2 => ./lib/libva.so.2 (0x00007f11cf909000)
	libass.so.9 => ./lib/libass.so.9 (0x00007f11cf6df000)
	libfontconfig.so.1 => ./lib/libfontconfig.so.1 (0x00007f11cf4a4000)
	libfreetype.so.6 => ./lib/libfreetype.so.6 (0x00007f11cf212000)
	libmfx.so.1 => ./lib/libmfx.so.1 (0x00007f11ceffe000)
	libz.so.1 => ./lib/libz.so.1 (0x00007f11cedea000)
	libgnutls.so.30 => ./lib/libgnutls.so.30 (0x00007f11cea80000)
	libsmbclient.so.0 => ./lib/libsmbclient.so.0 (0x00007f11ce85c000)
	libwebpmux.so.3 => ./lib/libwebpmux.so.3 (0x00007f11ce653000)
	libwebp.so.7 => ./lib/libwebp.so.7 (0x00007f11ce403000)
	libzvbi.so.0 => ./lib/libzvbi.so.0 (0x00007f11ce19a000)
	libiconv.so.2 => ./lib/libiconv.so.2 (0x00007f11cdeb9000)
	libmp3lame.so.0 => ./lib/libmp3lame.so.0 (0x00007f11cdc4d000)
	libopus.so.0 => ./lib/libopus.so.0 (0x00007f11cda0b000)
	libtheoraenc.so.1 => ./lib/libtheoraenc.so.1 (0x00007f11cd7e2000)
	libtheoradec.so.1 => ./lib/libtheoradec.so.1 (0x00007f11cd5d4000)
	libvorbis.so.0 => ./lib/libvorbis.so.0 (0x00007f11cd3ad000)
	libvorbisenc.so.2 => ./lib/libvorbisenc.so.2 (0x00007f11cd104000)
	libx264.so.152 => ./lib/libx264.so.152 (0x00007f11ccdc0000)
	libdl.so.2 => /lib/libdl.so.2 (0x00007f11ccbbc000)
	libva-drm.so.2 => ./lib/libva-drm.so.2 (0x00007f11cc9b9000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f11d314a000)
	libexpat.so.1 => ./lib/libexpat.so.1 (0x00007f11cc798000)
	libuuid.so.1 => ./lib/libuuid.so.1 (0x00007f11cc591000)
	libdrm.so.2 => ./lib/libdrm.so.2 (0x00007f11cc37e000)
	libstdc++.so.6 => ./lib/libstdc++.so.6 (0x00007f11cc03c000)
	libgcc_s.so.1 => ./lib/libgcc_s.so.1 (0x00007f11cbe29000)
	libnettle.so.6 => ./lib/libnettle.so.6 (0x00007f11cbbf4000)
	libhogweed.so.4 => ./lib/libhogweed.so.4 (0x00007f11cb9bf000)
	libgmp.so.10 => ./lib/libgmp.so.10 (0x00007f11cb758000)
	libsamba-util.so.0 => ./lib/libsamba-util.so.0 (0x00007f11cb4e7000)
	liblibsmb-samba4.so => ./lib/samba/liblibsmb-samba4.so (0x00007f11cb284000)
	libmsrpc3-samba4.so => ./lib/samba/libmsrpc3-samba4.so (0x00007f11cb066000)
	liblibcli-lsa3-samba4.so => ./lib/samba/liblibcli-lsa3-samba4.so (0x00007f11cae62000)
	libreplace-samba4.so => ./lib/samba/libreplace-samba4.so (0x00007f11cac5f000)
	libsamba-security-samba4.so => ./lib/samba/libsamba-security-samba4.so (0x00007f11caa41000)
	libndr.so.0 => ./lib/libndr.so.0 (0x00007f11ca82c000)
	libsmbconf.so.0 => ./lib/libsmbconf.so.0 (0x00007f11ca5b2000)
	libtalloc.so.2 => ./lib/samba/libtalloc.so.2 (0x00007f11ca3aa000)
	libsamba-debug-samba4.so => ./lib/samba/libsamba-debug-samba4.so (0x00007f11ca1a4000)
	libtevent.so.0 => ./lib/samba/libtevent.so.0 (0x00007f11c9f95000)
	libcli-smb-common-samba4.so => ./lib/samba/libcli-smb-common-samba4.so (0x00007f11c9d69000)
	libgse-samba4.so => ./lib/samba/libgse-samba4.so (0x00007f11c9b44000)
	libutil-cmdline-samba4.so => ./lib/samba/libutil-cmdline-samba4.so (0x00007f11c993f000)
	libsamba-errors.so.1 => ./lib/libsamba-errors.so.1 (0x00007f11c95fd000)
	libtevent-util.so.0 => ./lib/libtevent-util.so.0 (0x00007f11c93fa000)
	libndr-standard.so.0 => ./lib/libndr-standard.so.0 (0x00007f11c8f30000)
	libdcerpc-samba-samba4.so => ./lib/samba/libdcerpc-samba-samba4.so (0x00007f11c8bc2000)
	libsamba3-util-samba4.so => ./lib/samba/libsamba3-util-samba4.so (0x00007f11c89b8000)
	libsecrets3-samba4.so => ./lib/samba/libsecrets3-samba4.so (0x00007f11c87a2000)
	libpng16.so.16 => ./lib/libpng16.so.16 (0x00007f11c8576000)
	libogg.so.0 => ./lib/libogg.so.0 (0x00007f11c8370000)
	libtime-basic-samba4.so => ./lib/samba/libtime-basic-samba4.so (0x00007f11c816e000)
	libgenrand-samba4.so => ./lib/samba/libgenrand-samba4.so (0x00007f11c7f6c000)
	libsocket-blocking-samba4.so => ./lib/samba/libsocket-blocking-samba4.so (0x00007f11c7d6a000)
	libsys-rw-samba4.so => ./lib/samba/libsys-rw-samba4.so (0x00007f11c7b67000)
	librt.so.1 => /lib/librt.so.1 (0x00007f11c795f000)
	libasn1util-samba4.so => ./lib/samba/libasn1util-samba4.so (0x00007f11c7759000)
	libcli-cldap-samba4.so => ./lib/samba/libcli-cldap-samba4.so (0x00007f11c7551000)
	libcliauth-samba4.so => ./lib/samba/libcliauth-samba4.so (0x00007f11c733e000)
	libCHARSET3-samba4.so => ./lib/samba/libCHARSET3-samba4.so (0x00007f11c713b000)
	libgensec-samba4.so => ./lib/samba/libgensec-samba4.so (0x00007f11c6f12000)
	libndr-nbt.so.0 => ./lib/libndr-nbt.so.0 (0x00007f11c6cfd000)
	libsamba-hostconfig.so.0 => ./lib/libsamba-hostconfig.so.0 (0x00007f11c6ad3000)
	libsmb-transport-samba4.so => ./lib/samba/libsmb-transport-samba4.so (0x00007f11c68cd000)
	libsamba-credentials.so.0 => ./lib/libsamba-credentials.so.0 (0x00007f11c66bb000)
	libcom_err.so.3 => ./lib/libcom_err.so.3 (0x00007f11c64b7000)
	libndr-samba-samba4.so => ./lib/samba/libndr-samba-samba4.so (0x00007f11c619f000)
	libdbwrap-samba4.so => ./lib/samba/libdbwrap-samba4.so (0x00007f11c5f94000)
	libdcerpc-binding.so.0 => ./lib/libdcerpc-binding.so.0 (0x00007f11c5d76000)
	libutil-tdb-samba4.so => ./lib/samba/libutil-tdb-samba4.so (0x00007f11c5b73000)
	libsamba-sockets-samba4.so => ./lib/samba/libsamba-sockets-samba4.so (0x00007f11c595c000)
	libmessages-util-samba4.so => ./lib/samba/libmessages-util-samba4.so (0x00007f11c575a000)
	libtalloc-report-samba4.so => ./lib/samba/libtalloc-report-samba4.so (0x00007f11c5557000)
	libmessages-dgm-samba4.so => ./lib/samba/libmessages-dgm-samba4.so (0x00007f11c534e000)
	libsmbd-shim-samba4.so => ./lib/samba/libsmbd-shim-samba4.so (0x00007f11c514c000)
	libserver-id-db-samba4.so => ./lib/samba/libserver-id-db-samba4.so (0x00007f11c4f48000)
	libiov-buf-samba4.so => ./lib/samba/libiov-buf-samba4.so (0x00007f11c4d46000)
	libsamba-cluster-support-samba4.so => ./lib/samba/libsamba-cluster-support-samba4.so (0x00007f11c4b43000)
	libutil-reg-samba4.so => ./lib/samba/libutil-reg-samba4.so (0x00007f11c4940000)
	libinterfaces-samba4.so => ./lib/samba/libinterfaces-samba4.so (0x00007f11c473d000)
	libutil-setid-samba4.so => ./lib/samba/libutil-setid-samba4.so (0x00007f11c453b000)
	libtdb-wrap-samba4.so => ./lib/samba/libtdb-wrap-samba4.so (0x00007f11c4338000)
	libtdb.so.1 => ./lib/samba/libtdb.so.1 (0x00007f11c4125000)
	libserver-role-samba4.so => ./lib/samba/libserver-role-samba4.so (0x00007f11c3f23000)
	libaddns-samba4.so => ./lib/samba/libaddns-samba4.so (0x00007f11c3d19000)
	libkrb5samba-samba4.so => ./lib/samba/libkrb5samba-samba4.so (0x00007f11c3b0d000)
	libauthkrb5-samba4.so => ./lib/samba/libauthkrb5-samba4.so (0x00007f11c3901000)
	libcli-nbt-samba4.so => ./lib/samba/libcli-nbt-samba4.so (0x00007f11c36f7000)
	libkrb5.so.3 => ./lib/libkrb5.so.3 (0x00007f11c3436000)
	libgssapi_krb5.so.2 => ./lib/libgssapi_krb5.so.2 (0x00007f11c31f4000)
	libldb.so.1 => ./lib/samba/libldb.so.1 (0x00007f11c2fc8000)
	libcli-ldap-common-samba4.so => ./lib/samba/libcli-ldap-common-samba4.so (0x00007f11c2dc1000)
	libwbclient.so.0 => ./lib/libwbclient.so.0 (0x00007f11c2bb3000)
	libsamba-modules-samba4.so => ./lib/samba/libsamba-modules-samba4.so (0x00007f11c29b0000)
	libsamdb.so.0 => ./lib/libsamdb.so.0 (0x00007f11c279a000)
	libcommon-auth-samba4.so => ./lib/samba/libcommon-auth-samba4.so (0x00007f11c2594000)
	libsamdb-common-samba4.so => ./lib/samba/libsamdb-common-samba4.so (0x00007f11c236b000)
	libldbsamba-samba4.so => ./lib/samba/libldbsamba-samba4.so (0x00007f11c2142000)
	libkrb5support.so.0 => ./lib/libkrb5support.so.0 (0x00007f11c1f37000)
	libresolv.so.2 => /lib/libresolv.so.2 (0x00007f11c1d1f000)
	libnsl.so.1 => /lib/libnsl.so.1 (0x00007f11c1b07000)
	libmsghdr-samba4.so => ./lib/samba/libmsghdr-samba4.so (0x00007f11c1904000)
	libk5crypto.so.3 => ./lib/libk5crypto.so.3 (0x00007f11c16d5000)
	libndr-krb5pac.so.0 => ./lib/libndr-krb5pac.so.0 (0x00007f11c14c8000)
	libwinbind-client-samba4.so => ./lib/samba/libwinbind-client-samba4.so (0x00007f11c12c4000)
	libflag-mapping-samba4.so => ./lib/samba/libflag-mapping-samba4.so (0x00007f11c10c1000)

Any suggestions ??

Link to comment
Share on other sites

Why don't you feel it's being leveraged? Can you go over an example? Thanks.

Did a 1080p transcode to 480p and CPU was 20%, but GPU was showing no load.

 

Also Settings/Transcoder/Advanced has both Decoder/Encoder have no values/drop downs at all.

 

 

Sent from my iPad using Tapatalk

Edited by Trexx
Link to comment
Share on other sites

The reason for this might be because we are not including nvidia libs on QNAP. We'll look into this, thanks.

 

@@softworkz

 

 

Qnap may have the Nvidia libs though via it's QPKG though.  Is there a way to essentially have Emby leverage them?

Also I am not seeing the Emby Provider for the guide data showing either in 3.6.x with my HD Connect & Premier as mentioned in the Blog post.

 

 

 

Here is the directory output for the Nvidia Drviers: /share/CACHEDEV1_DATA/.qpkg/NVIDIA_GPU_DRV/usr/bin

[/share/CACHEDEV1_DATA/.qpkg/NVIDIA_GPU_DRV/usr/bin] ls -al
total 123364
drwxrwxrwx  2 1012 1012     4096 2018-06-24 22:34 .
drwxrwxrwx 11 1012 1012     4096 2018-06-24 22:30 ..
-rwxrwxrwx  1 1012 1012   138032 2018-06-24 22:21 avcenc
-rwxrwxrwx  1 1012 1012    50864 2018-06-24 22:29 cvt
-rwxr-xr-x  1 1012 1012 18352720 2018-06-24 22:34 ffmpeg
-rwxr-xr-x  1 1012 1012 18242416 2018-06-24 22:34 ffplay
-rwxr-xr-x  1 1012 1012 18262608 2018-06-24 22:34 ffprobe
-rwxr-xr-x  1 1012 1012 15916112 2018-06-24 22:34 ffserver
-rwxrwxrwx  1 1012 1012    42904 2018-06-24 22:29 gtf
-rwxrwxrwx  1 1012 1012   658320 2018-06-24 22:21 h264encode
-rwxrwxrwx  1 1012 1012   114608 2018-06-24 22:21 jpegenc
-rwxrwxrwx  1 1012 1012     3759 2018-06-24 22:29 koi8rxterm
-rwxrwxrwx  1 1012 1012   103304 2018-06-24 22:21 loadjpeg
-rwxrwxrwx  1 1012 1012   122448 2018-06-24 22:21 mpeg2vaenc
-rwxrwxrwx  1 1012 1012    72248 2018-06-24 22:21 mpeg2vldemo
-rwxrwxrwx  1 1012 1012  7430552 2017-09-08 04:56 mpv
-rwxrwxrwx  1 1012 1012    26804 2018-01-26 01:29 nvidia-bug-report.sh
-rwxrwxrwx  1 1012 1012    68568 2018-01-26 01:29 nvidia-cuda-mps-control
-rwxrwxrwx  1 1012 1012    47672 2018-01-26 01:29 nvidia-cuda-mps-server
-rwxrwxrwx  1 1012 1012   225584 2018-01-26 01:29 nvidia-debugdump
-rwxrwxrwx  1 1012 1012   335656 2018-01-26 01:29 nvidia-installer
-rwxrwxrwx  1 1012 1012    37992 2018-01-26 01:29 nvidia-persistenced
-rwxrwxrwx  1 1012 1012   294472 2018-01-26 01:29 nvidia-settings
-rwxrwxrwx  1 1012 1012   520192 2018-01-26 01:29 nvidia-smi
lrwxrwxrwx  1 1012 1012       16 2018-12-03 12:36 nvidia-uninstall -> nvidia-installer
-rwxrwxrwx  1 1012 1012   187968 2018-01-26 01:29 nvidia-xconfig
-rwxrwxrwx  1 1012 1012   546648 2018-06-24 22:21 putsurface
-rwxrwxrwx  1 1012 1012   552640 2018-06-24 22:21 putsurface_wayland
-rwxrwxrwx  1 1012 1012    59392 2018-06-24 22:29 resize
-rwxrwxrwx  1 1012 1012  4831008 2017-09-13 03:52 smplayer
-rwxrwxrwx  1 1012 1012     5505 2018-06-24 22:29 startx
-rwxrwxrwx  1 1012 1012   662592 2018-06-24 22:29 twm
-rwxrwxrwx  1 1012 1012     3674 2018-06-24 22:29 uxterm
-rwxrwxrwx  1 1012 1012    61952 2018-06-24 22:21 vainfo
lrwxrwxrwx  1 1012 1012        4 2018-12-03 12:36 X -> Xorg
-rwxrwxrwx  1 1012 1012   113024 2018-06-24 22:31 x265
-rwxrwxrwx  1 1012 1012    51168 2018-06-24 22:29 xinit
-rwxrwxrwx  1 1012 1012   201568 2015-05-06 08:16 xkbcomp
-rwxrwxrwx  1 1012 1012    14659 2018-06-24 22:30 xkeystone
-rwxrwxrwx  1 1012 1012  9446856 2018-06-24 22:29 Xnest
-rwxrwxrwx  1 1012 1012 13889168 2018-06-24 22:29 Xorg
-rwxrwxrwx  1 1012 1012   228968 2018-06-24 22:30 xrandr
-rwxrwxrwx  1 1012 1012  2167960 2018-06-24 22:29 xterm
-rwxrwxrwx  1 1012 1012 12160968 2018-06-24 22:29 Xvfb
Edited by Trexx
Link to comment
Share on other sites

I'm not sure yet as I don't think we've tested nvidia with QNAP up to this point. When we dive into it we'll see what we find. Thanks.

Link to comment
Share on other sites

The reason for this might be because we are not including nvidia libs on QNAP. We'll look into this, thanks.

 

@@softworkz

 

We never include nvidia libs. It is required to install the latest nvidia driver from the nvidia website. The packaged drivers may not be sufficient.

 

The error from the detection log is:

Cannot load libcuda.so.1

Do you have libcuda.so.1 somewhere on the device?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...