Jump to content

Pducharme

Community Developer
  • Posts

    1,011
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Pducharme

  1. Recently, like an hour or two ago ? 🤣 I think someone from LinuxServer.io said that it take hours to compile when releasing a new build.
  2. I think it will be the same. Im also using official Plex Inc Docker.
  3. @captainnapalm go check on Plex forums. Windows PMS doesnt use NVENC/NVDEC for HW transcode and doesn't use as much as vram/transcode. You cant really compare them.
  4. The only way I could see is if your script does a docker command to enter in the docker and then run commands Inside.
  5. i'm pretty tired of the Ubiquiti Networks new releases breaking everything. It use to be straitforward, you install latest .deb, then it is updated. Now, there is issues with MongoDB versions, etc. Also, I only have 2 camera, one is not supported anymore (the original UVC-micro) and the new Micro G3. I created this docker to have a quick setup for NVR, but the updates breaks it almost at every release. I'm tempted to buy the CKGen2+ and just call it a day. Is the latest Camera are also Wi-Fi ? I can't get Ethernet everywhere I want a camera. Never saw Protect either, is it good?
  6. Yes it does, but its a workaround until plex adds it officially. It just force the decoding switch to the Transcoder. I think that if the docker is updated, you have to reapply it after.
  7. I Agree. Im very impress so far with this anyway . My aging e3-1240v3 is now at only 10-15% usage with HW transcode while before, it was hitting 90-100% all the time.
  8. Yes it came out after your build. When rc5 will be out, I suppose you will use this version. Envoyé de mon iPhone en utilisant Tapatalk
  9. Yes I know. I thought that new big feature also would drive the update release. (like supporting a whole new Nvidia family - Turing). I don't need it myself, so I don't really care
  10. I suppose it means they can add support for those cards when they rebuild with that new slackbuilds version. Envoyé de mon iPhone en utilisant Tapatalk
  11. You need the static IP (basic is OK, no need for the 2nd tier) and then, you'll setup on their website, the Port Forward manually, and it will give you a .ovpn file that you'll then use with this docker.
  12. I think you can start the torrent in the new client, then stop it right away. The copy the old unfinished torrent over the new incompleted file in the new torrent client, then start it and trigger a check/verify.
  13. Do i need to trigger annoter build@fryfrog? Envoyé de mon iPad en utilisant Tapatalk
  14. Strange. In my case, they die themselves after a few seconds (less than 30 usually).
  15. Yes, probably. I see the same with my GTX 1060. When there is usage, the processes are not listed, but when not in use, it says something like there is no process using the card.
  16. Pretty sure he was talking about the latest plex pass version. Envoyé de mon iPhone en utilisant Tapatalk
  17. Maybe, how? any details or help on how to use the User Scripts? never used it before.
  18. Im using the official Plex Inc Docker. I followed instructions here to add variables required. Envoyé de mon iPhone en utilisant Tapatalk
  19. I would like to have a Server Reboot Schedule (like run once, at 3:00am today). This way, when updating the BIOS thru IPMI on my server, I can have it reboot when nobody is using PLEX docker on it
  20. I just followed what's in here to first enable the NVIDIA card on my Unraid server, then to enable access to the GPU on my PLEX docker, then I followed the instructions over at PLEX forum to create a workaround to enable the NVDEC. (see this link : Instructions for the script It's only 2 lines of codes you put in a new file called "/usr/lib/plexmediaser/Plex Transcoder". Step 1. Go inside the docker PLEX terminal, to /usr/lib/plexmediaserver/. Step 2. Rename the file "Plex Transcoder" to "Plex Transcoder2" Step 3. Create a script called "Plex Transcoder" (I use nano editor, apt-get update, apt-get install nano, yes to all questions), and put this code in it : #!/bin/sh /usr/lib/plexmediaserver/Plex\ Transcoder2 -hwaccel nvdec "$@" This will tell call the Plex Transcoder and enable the decode part. Since it's a workaround, it won't show it Tautulli or in Plex Dashboard because plex doesn't know it decode hardware. You can see it working by running this command from the same Terminal inside plex docker: nvidia-smi dmon -s u There is column for enc. and one for dec., if it's not 0, it means it's working.
  21. everything works fine! Thanks guys! I also applied the workaround for NVDEC support on PLEX. The small script that calls Plex Transcoder with the -hwaccel nvdec switch.
  22. Off-topic, but what would be the "optimal" Settings for less "Transcoding" and more "Direct Play" in PLEX ? Also, is H.265 (HEVC) supported? Any plan un supporting Nvidia Transcoder to accelerate the work ? thanks.
  23. @binhex I got my Port Forward at Windscribe. It's a fixed port. I got a new .ovpn file and copied that in the proper folder. I'm just a bit confused, in Deluge, it's under "Incoming Port" that I need to uncheck the "Random" and specify the VPN Port I selected at Windscribe? Windscribe allow me the port 15001 on a specific VPN server. Except thru the Deluge GUI, Do I also need to edit the Docker and add a Port Variable ? This docker run in "Bridge" mode. I'm asking because the tracker I use most now show : Partial for "Is Connectibale". Prior to that, I had a "No" for "Is Connectible". Thanks !
×
×
  • Create New...