loganawe

Members
  • Posts

    4
  • Joined

  • Last visited

loganawe's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've been trying to get a garrysmod server running for awhile, I think I finally found the issue, for some reason amp is trying to use the srcds_linux script instead of srcds_run inside "instances/YourInstance/srcds/4020", it shows this as the last executable in the support tab. When running ./srcds_linux in console I receive the error: error while loading shared libraries: libtcmalloc_minimal.so.4: cannot open shared object file: No such file or directory This can be resolved by running LD_LIBRARY_PATH=$LD_LIBRARY_PATH:bin/ ./srcds_linux however ./srcds_run works without issue and is the script that's supposed to be used, when running that script through console manually the server starts up perfectly fine and goes online, in contrast to when running in amp and all I get is a log message of [API:admin Activity] : Starting the application. with absolutely nothing happening. Any help on this would be really appreciated, I wanted to use amp for this server but at this rate I'm much better off downloading a standalone gmod server docker container, shame since I love the ui of amp.
  2. I've been able to get a couple streams working concurrently off it. For some reason it just would not transcode with the v525.60.11 driver, even after multiple restarts, I've since switched to v470.141.03 and it's been functional enough to make me pleased for now. I am finding it to be much less cooperative than my gtx 1060 however, the desktop app seems to work fine enough, but on mobile there's issues (it will end the video when I select it to transcode, but if I restart playing it will work perfectly fine, even scrubbing around quickly), and the web app just hangs on a black screen. I'll try to test out a few more driver versions to see if anything changes.
  3. Oh okay, is there anything I have to select? If not, do you have any ideas for why im having trouble getting it to actually transcode, the plex application shows up in nvidia-smi then never actually does anything, a few seconds later popping up an error and crashing the video then going blank under active apps again.
  4. I'm not sure if this has been discussed before beyond this, and sorry if it has and it's not feasible, but have you done any more consideration on adding data center driver support? I have some tesla p4's, which are now selling for around $160 canadian, making it an extremely affordable, and capable little card, it has the same gpu chip as the 1080 just limited to 75 watts (no external power necessary, you will need a 3D print cooling shroud and a 40x20mm fan, mine by noctua runs silent) and clocks restricted, although it is has 2 nvenc chips capable of H.265 8k and HEVC 10-bit, opposed to most consumer and professional cards only having 1 nvenc chip, making it a great choice for a plex server. My ideal setup would be to have this as my primary docker dedicated gpu and save a video card with video outputs for a vm, it is detected by the nvidia driver but plex crashes whenever defaulting to it to encode. I know it is difficult to get video games running on these cards, however, according to reddit posts such as this, the default data center driver has no issues running encode and decode operations. I honestly have no clue how much work it would be to include this, but I know I would greatly appreciate it, and with the prices of these cards seemingly only dropping, I would bet on them becoming a more popular home server choice due to their capabilities and especially efficiency.