Hello everyone! 👋

For the past year I had fun messing around with Docker containers, Moonlight/Sunshine and HW acceleration; so much so that I’ve ended up building a Gamestream server from scratch!

The basic underlying idea is to allow the followings:

  • Share a single server (possibly headless but doesn’t have to be) with multiple users
  • by creating virtual HW accelerated desktops
  • whilst keeping remote mouse, keyboard and controllers completely separated
  • with low latency

It’s still rough around the edges, and it needs more testing from the community; if you want to check it out, here you can read the docs and here’s the Github repo.

  • delcake@lemmy.songsforno.one
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Whoa, what a cool project! It seems like way more than I need for single-user purposes, but I’ve been relying on Moonlight, Sunshine, and Chiaki quite a lot more than I ever expected to since I ended up taking quite a liking to using the Steam Deck as a pseudo thin-client. Kind of the best of both worlds letting another machine do the heavy lifting somewhere else in the house, so any advancements in the local game streaming space are extremely welcome to see.

    • abeltramo@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Yeah the Steam Deck is such a perfect target for Moonlight I use it for all the demanding games that I can’t run properly natively or when playing on the couch with a big screen.

  • thehatfox@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Wow, this is impressive. Already seems quite stable, I got it running straight away on a headless machine with an Intel i5-7400T running Ubuntu 22.04. I think I need to do some optimising, but I can already use it as a somewhat convoluted way to get proper adblocking on an iPad!

    I noticed a small mistake in the docs - the docker run command in the quickstart is missing a backslash.

    The PulseAudio container also doesn’t stop when the main wolf container stops - not sure if that’s expected behaviour or not.

    I’m excited to see where this project goes, I can see a bunch of uses for this running graphical application remotely.

    • abeltramo@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Thanks for trying it out and for the feedback, I’m glad it works!

      You are right, we should probably stop and remove the pulse container; I’ll add it to the things that needs to be improved.

  • llanoraw@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Very nice! I’ve been on the hunt for a headless gamestream solution but not found something yet so will definitely be watching this project.

    On first run it was failing to work, console log was showing http errors.

    Also, it looks like lots of things run with Docker priveleged=true / root permissions? That’s a no-go in my book. Any reason why?

    • abeltramo@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      On first run it was failing to work, console log was showing http errors.

      Would you like to open up an issue on Github or share some logs in our Discord channel?

      Also, it looks like lots of things run with Docker priveleged=true

      Are you talking about Games on Whales compose file and script? That’s a bit legacy as things are right now, Wolf does run all containers as unprivileged by default

      • llanoraw@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Oops! Mixed up the two repos. Thanks for clarifying.

        I’ll post a log as well with the error I’m getting.