Having fun building Wolf and GOW

  • 3 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle












  • Thanks for all the tips, this is exactly the kind of things I was looking for that I wasn’t thinking about. I guess I’ll go with 3/4U since it looks like it’s the easy solution to fit everything in.

    The last question I’ve got is about the Sata backplate that some of them have in the front, is that compatible with any home PSU/Motherboard or does that require some special HW? I guess for SAS I would need an additional PCI card in order to support it, right?


  • Thanks, that’s very helpful! I couldn’t find much on Amazon but I can find some different retailers with better googling…
    I guess the fans can be easily replaced since they seem normal-sized but now I’m wondering about the PSU, it looks like only some 4U can accommodate an ATX power supply but that would limit my choice immensely.
    Are there any “server shaped” PSUs (how are they called?) that are also silent?









  • I don’t have a lot of experience in k8s but the basic principle should work; at the moment Wolf connects directly to the Docker socket in order to spin up and down apps on demand.

    I guess there might be some issues in passing the required socket files to the pods, but the whole running model can be changed in theory. Instead of having a single Wolf process you have one front instance that deals with clients and the Moonlight protocol which in turns starts new Wolf pods with the app running that then feed audio and video stream directly to clients.

    Definitely do-able, just needs some proper thinking and probably a proper REST API