Karpana 9 Posted January 26, 2019 Posted January 26, 2019 Hi There, I just completed a migration of my Emby Server 4.1.0.1 beta running headless Centos 7.6 from a virtualized Hyper-V (2008 R2) to Bare Metal (Intel Core2 Quad Q9300 with Gigabyte [nvidia] GeForce GTX 1050 and SSD) for the added horsepower of dedicated CPU access and transcoding capabilities.I haven't done a whole lot to this OS in terms of setup. Clean minimal install of operating system update updated packages (yum) Install Emby Open Firewall Port install backup plugin restore backup from my VM What I'm struggling to determine isa) has emby detected my GTX 1050? is emby using my GTX 1050 to transcode? c) is there anything I might need to install (e.g. Nvidia drivers) to get this all working? I'm not 100% certain what it is I'm looking for in the logs to ascertain whether this is working or not.I'm attaching the latest Transcoding log and Hardware Detection Log.Thanks in advance HardwareDetection.txt Transcoding.txt
Karpana 9 Posted January 27, 2019 Author Posted January 27, 2019 One extra thing, as I look around the forums, trying to learn about hardware encoding, I don't see anything in the advanced settings for Transcoding that indicates the card is 'useable'.
Luke 39008 Posted January 27, 2019 Posted January 27, 2019 Hi there, in this case it is not being used. Your server dashboard can tell you when it's being used. To learn more, please check out the 4.0 release announcement: https://emby.media/community/index.php?/blog/1/entry-447-announcing-emby-server-40/
Luke 39008 Posted January 27, 2019 Posted January 27, 2019 is there anything I might need to install (e.g. Nvidia drivers) to get this all working? Yes, our hardware acceleration wiki goes over the requirements: https://github.com/MediaBrowser/Wiki/wiki/Hardware-Acceleration-on-Linux Thanks.
Karpana 9 Posted January 27, 2019 Author Posted January 27, 2019 Also, when trying to compare to the wiki page (https://github.com/MediaBrowser/Wiki/wiki/Transcoding), i'm not seeing any of the 4 hardware decoder settings listed on the wiki....
Karpana 9 Posted January 27, 2019 Author Posted January 27, 2019 Following the install guide located at https://github.com/MediaBrowser/Wiki/wiki/Hardware-Acceleration-on-LinuxI've done the following sudo yum install epel-release sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm sudo yum install nvenc sudo shutdown -r now When I go back into Emby, I still dont see any hardware encoders or decoders listed when I select advanced.As a precaution, I tried to use the emby-provided ffmpeg to see if it was throwing any errors, but couldn't use it.so i installed ffmpeg, and attempted to get it to present what codecs it was supporting sudo yum install ffmpeg ffmpeg-devel sudo shutdown -r now But ffmpeg is throwing errors like the following [media@Helium ~]$ ffmpeg ffmpeg: error while loading shared libraries: libvorbisenc.so.2: cannot open shared object file: No such file or dire I used the ldd command to figure out which drivers (?) and components were absent ldd $(which ffmpeg) | grep "not found" And this spit out a number of undetected components.I proceded to identify their packages using some google-fu and then installed them sudo yum install libavdevice libvorbis libtheora opus lame-devel fribidi fontconfig libogg sudo shutdown -r now But still, when I go into Emby, there's nothing shown in the hardware encoders or hardware decoders section of the advanced transcoding options.
Karpana 9 Posted January 27, 2019 Author Posted January 27, 2019 as I read through the page https://github.com/MediaBrowser/Wiki/wiki/Hardware-Acceleration-on-Linux, it looks like I might need to install the NVIDIA driver Using the instructions at this page to achieve this.https://linuxconfig.org/how-to-install-the-nvidia-drivers-on-centos-7-linux 1
Karpana 9 Posted January 27, 2019 Author Posted January 27, 2019 And with that ... i now have stuff showing in the Hardware Encoders and Hardware Decoders section.A big thank you to @@Luke for the bump in the right direction. 2
Luke 39008 Posted January 27, 2019 Posted January 27, 2019 Thanks for the feedback. The info in this thread will likely help other users as well.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now