Play back error - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Play back error (/t-play-back-error) |
Play back error - whatsup2022 - 2024-04-10 My friend has a laptop with a i5 3rd gen with a i gpu and a nvidia gt740M , but the dedicated gpu doesn't seem to transcode anything even though its set to nvenc I'm not sure if this gpu supports it but i tried to use the intel encoder but that seems to not work as well as it give a playback error in both cases RE: Play back error - use7 - 2024-04-10 Hello! The hardware accelleration in JF can require some setup, if you've not yet, check out the Jellyfin Documentation pertaining to hwaccel and make sure you've followed the steps (or let us know where things start breaking down for your system). After you've done that, to get the ball rolling so we can provide helpful input we'll need some additional information: What is your operating system, and how are you running Jellyfin (docker/bare metal). Also what version of JF are you running? What do your logs report? We will need to have the log files so we can see where things are messing up (make sure your personal keys/info are redacted!) You can find the logs in the JF web -> Dashboard -> logs; and the ones that will be most interesting for transcoding issues will be named something like 'FFmpeg.Transcode-XYZ.log'. In addition (and especially if you don't see any FFmpeg[...].log logs) the log_$date.log from when you were trying to play files will be helpful. What type of file are you attempting to transcode (container/encoding type e.g. HDR:mkv/h265 SDR:mkv/av1 SDR:mp4/h264)? If you go to the file in the JF web, click the kebab menu, and then select "Media Info" it should tell you information about the file. Also what are you trying to encode _to_ (usually this is h264 unless you've specifically changed something)? In the meantime, software transcoding should work out of the box so you can disable the hardware accell. options to tide you over. RE: Play back error - TheDreadPirate - 2024-04-10 The GT740M does not have NVENC. You can use the Intel iGPU for transcoding, but only with VAAPI. And the performance, both in terms of speed and quality, may not be great. https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/ |