Video and screen sharing server suggestions
from Starkon@lemmy.ml to selfhosted@lemmy.world on 26 Sep 04:59
https://lemmy.ml/post/36686441

Hey, what do you guys use to share videos and screen share to your friends or colleagues? I’m looking to self host a video/call server that runs on webrtc (maybe?) with a fairly easy client experience. Something like mumble but for videos. Any suggestions?

#selfhosted

threaded - newest

fredrik@lemmy.world on 26 Sep 05:00 next collapse

Jitsi.

Starkon@lemmy.ml on 26 Sep 05:07 next collapse

that’s great ! I never heard of it before but it checks all marks and I’ve also found an arch wiki page explaining the installation. Thank you !

A_norny_mousse@feddit.org on 26 Sep 09:16 next collapse

We’ve been using it succesfully for work meetings during Covid. No complaints from either me or my IT-illiterate colleagues. 👍

Starkon@lemmy.ml on 26 Sep 14:22 collapse

I find also that the client side need to be as easy and accessible to average people. Server address, port and you’re connected just like that. A big reason why my friends and my family had no issues using my servers

mat@linux.community on 26 Sep 13:28 collapse

I often have performance issues with Jitsi (“video has been turned off to save bandwidth”). Might this be down to which instance I use? Perhaps it’s time to self-host.

Lucki@feddit.org on 26 Sep 11:46 next collapse

If you don’t want the whole calling thing, this is just doing the share thing: linkgen.vdo.ninja

Useful if you’re already sitting in a voice chat.

Starkon@lemmy.ml on 26 Sep 14:18 collapse

nicee, that can go well with my mumble server.

interdimensionalmeme@lemmy.ml on 26 Sep 11:56 next collapse

I use sunshine/moonlight there is nothing as good as that.

Both the server and client run in portable mode

By default it will fullscreen and use relative mouse but use this command line to one-click start moonlight

Moonlight.exe --display-mode windowed --absolute-mouse --resolution 1920x1080 stream yourserver.lan desktop

Only little hiccup, the client need to pair with server before connecting, the client will give you a number and you type it in the sunshine management interface

Thorry@feddit.org on 26 Sep 13:58 collapse

How does this work, if one person is sharing their screen, does the client get to see? Because it seems more like remote gaming kind of thing? Where the client controls the game/app running on the server?

interdimensionalmeme@lemmy.ml on 27 Sep 03:49 collapse

The person doing screensharing runs sunshine.exe
they tell their hostname from the watcher, example.com the watcher runs

if not paired already Moonlight.exe pair example.lan — > (then a number appears, they tell the number to screensharer, who then types this number in localhost:47990/pin )

once paired (pairing key exchange is permanent until manually revoked by default) the watcher runs Moonlight.exe --display-mode windowed --absolute-mouse --resolution 1920x1080 stream example.lan desktop

A screen appears on their device, showing the other device, the latency and quality are excellent, you can watch youtube videos, play doom, it’s almost like it’s your own computer, you can fullscreen the window if you want.

Me and my friends, we use an extra computer with sunshine on it. We all connect at the same time to this extra computer and share it, show stuff to each other. It works really great

As for connectivity, there is no STUN/TURN coordination, either you open a port forward on your router or you use a VPN like zero tier, tailscale, hamachi, softether etc…

Here is the latest moonlight client

github.com/…/MoonlightSetup-6.1.0.exe
github.com/…/MoonlightPortable-x64-6.1.0.zip

And here is the latest sunshine server

github.com/…/Sunshine-Windows-AMD64-installer.exe
github.com/…/Sunshine-Windows-AMD64-portable.zip

artyom@piefed.social on 26 Sep 12:21 next collapse

MiraCast

koala@programming.dev on 27 Sep 11:21 collapse

Not sure about how it handles video, but I’ve been meaning to take a look at getbananas.net

Starkon@lemmy.ml on 28 Sep 08:23 collapse

I’ll give it a try for sure, thank you :)