Just wondering if anyone has a guess as to why I cant get plex hardware transcoding working? First off, I am led to believe it is not working because watching OpenHardware monitor reveals my GPU is working at 0% while im am streaming a transcoded video to my phone, and looking at the PLEX logs reveals that h/w encoding failed to start too:
Nov 02, 2017 10:50:19.107 [7688] DEBUG - We’re going to try to auto-select an audio stream for account 1.
Nov 02, 2017 10:50:19.107 [7688] DEBUG - Selecting best audio stream for part ID 43384 (autoselect: 0 language: en)
Nov 02, 2017 10:50:19.107 [7688] DEBUG - Audio Stream: 76900, Subtitle Stream: -1
Nov 02, 2017 10:50:19.107 [7688] DEBUG - We’re going to try to auto-select an audio stream for account 1.
Nov 02, 2017 10:50:19.107 [7688] DEBUG - Selecting best audio stream for part ID 42438 (autoselect: 0 language: en)
Nov 02, 2017 10:50:19.107 [7688] DEBUG - Audio Stream: 74792, Subtitle Stream: -1
Nov 02, 2017 10:50:19.122 [7688] DEBUG - Streaming Resource: Applying codec restriction restrict-transcode-target-codec(audioCodec=aac&context=streaming&protocol=hls&type=videoProfile&videoCodec=h264) on b9d3bd58dcfd9e72-com-plexapp-android
Nov 02, 2017 10:50:19.123 [7688] DEBUG - Codecs: testing h264_nvenc (encoder)
Nov 02, 2017 10:50:19.123 [7688] ERROR - [FFMPEG] - Cannot load nvcuda.dll
Nov 02, 2017 10:50:19.123 [7688] WARN - avcodec_open2 returned -1313558101 for encoder ‘h264_nvenc’
Nov 02, 2017 10:50:19.123 [7688] DEBUG - Codecs: testing h264_mf (encoder)
Nov 02, 2017 10:50:19.142 [7688] ERROR - [FFMPEG] - could not create MFT
Nov 02, 2017 10:50:19.142 [7688] WARN - avcodec_open2 returned -40 for encoder ‘h264_mf’
Nov 02, 2017 10:50:19.143 [7688] DEBUG - Codecs: hardware transcoding: testing API dxva2
Nov 02, 2017 10:50:19.143 [7688] ERROR - [FFMPEG] - Failed to create Direct3D device
Nov 02, 2017 10:50:19.143 [7688] DEBUG - Codecs: hardware transcoding: opening hw device failed - probably not supported by this system, error: Unknown error occurred
The PC I run Plex on has the following specs/configuration:
- Windows 7 x64
- AMD Radeon 280 GPU (w/ AMD-recommended driver v 17.7.2 installed - also tried 17.10.3 which AMD considers the ‘optional’ driver for my card but had same issue described above) - specifically the card is a ‘XFX Double D R9-280A-TDFD Radeon R9 280 3GB 384-Bit’
- AMD Phenom II X4 965 CPU @ 3.4 GHz
- 8 Gb RAM
- Nothing overclocked or otherwise tinkered with
- Latest version of Plex (1.9.6.4401)
Any help would be greatly appreciated. Thanks!