lasewun

Members
  • Posts

    12
  • Joined

  • Last visited

lasewun's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Try change quality to another. I found SD doesn't work. But diferent 720 or 1080 formats work.
  2. How are your sure its not decoding? It most likely is but cant be reported in PLEX dashboard. Use this command and send a screenshot of it when you have a transcode going. nvidia-smi dmon -s u
  3. This can be done, go to page 12 I think it was for decoding settings. mv 'Plex Transcoder' 'Plex Transcoder2' apt-get update && apt-get install nano nano 'Plex Transcoder' ** (in file #!/bin/sh exec /usr/lib/plexmediaserver/Plex\ Transcoder2 -hwaccel nvdec "$@" ) ** chmod +x 'Plex Transcoder' chmod +x 'Plex Transcoder2'
  4. While yes, its not the best quality nor compatablilty for file formats.
  5. Has to match your build number exactly. Can you see your GPU in nvidia-docker
  6. When you have encoding and decoding working for plex. Do you notice CPU still spiking? I have spikes upto 45% and hover around 15%. I see decoding and encoding working via nvidia-smi. You seem very knowledgeable and might have some insight. I thought it might be audio transcoding but after reading up nvdec should be handling this also?
  7. Yes, most likely you have a appdata backup being run that is stopping then restarting docker. Check your logs.
  8. I've found my p600 do well with sync, incredibly fast compared to CPU
  9. Ive got encoding and decoding working on my P600 but I still see my spiking to 45% and hovers around 15% for a 4K stream. I can see the card decoding and encoding, is the CPU doing the audio transcoding. Any hint guys?
  10. I cant get this to work. These are my steps docker exec -it plex bash cd /usr/lib/Pl* mv 'Plex Transcoder' 'Plex Transcoder2' nano 'Plex Transcoder' ** (in file #!/bin/sh /usr/lib/plexmediaserver/Plex\ Transcoder2 -hwaccel nvdec "$@") ** chmod +x 'Plex Transcoder' chmod +x 'Plex Transcoder2' I got it to work but now its only nvdec no encoding? Do I need need to have both arguements? Are you happy to post your script/commands to get it to work?