this post was submitted on 05 Apr 2026
52 points (98.1% liked)

Linux

64338 readers
672 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Given the recent controversies surrounding Discord and the fact that the end user is a product of Twitch, I wonder if there is any "bare bone" solution to stream my gaming session to a friend who's on Windows. I'd rather that they didn't have to do anything except clicking on a link or perhaps installing a piece of software but with no need to do any configuration. From their perspective, it should "just work.

On my side
Should I set up a webserver into which I feed an OBS stream? Or can perhaps ffmpeg work as a server on it's own? I'm on Arch Linux, playing games on Steam, within dwm within X11.

On my friend's side
No idea how a windows user is supposed to receive such a video feed.

Edit: text and voice chat, we're considering Signal for.

you are viewing a single comment's thread
view the rest of the comments
[–] MentalEdge@sopuli.xyz 2 points 3 hours ago (1 children)

Honestly, that means peer to peer, not centralised

Peer to peer vs a server does not have significant latency difference. There is one, but not one universal enough that'd make latency the reason to choose the former in most cases.

OBS will use large buffers (multiple seconds) that are then sent out to the server.

It doesn't. Streaming from OBS over WHIP is able to get down to about 300ms of latency, and that's when watching via a server, rather than peer to peer.

The main source of streaming latency (the buffer you mention) happens when using the older HLS standard.

WHIP or WebRTC HTTP Ingestion Protocol (and the other end for clients, WHEP) allows software like Broadcast-box to be just as fast as conferencing screenshares in peer to peer video calls. Because it is the same tech.

Matrix has MatrixRTC (or whatever they call it) but you will need the Element client and will need to activate RTC in the "labs". Not sure if it's in the stable build or the beta.

MatrixRTC voice, video and screenshare is in element, comment and cinny. It does not need to be enabled in labs. Its main problem at the moment is the lack of system audio when sharing the screen.

OBS with Broadcast-box allows you to achieve real-time video sharing with audio, with full control of the video stream audio and quality thorough OBS's recording and encoder settings. And to watch, your friends need no accounts or anything, they just open the broadcast-box link in a browser.

[–] onlinepersona@programming.dev 1 points 2 hours ago (1 children)

I wasn't aware of WHIP, thank you. Last time researched this there was only LL-HLS which was terrible and when I tried Steam for streaming, it was using RTMP with a 6 second latency.

However, while broadcast box looks nice, it seems to require significant setup to stream.

I don't know what OS OP is using but on Linux, you can start a video call with Jami (or anything really), then use qpwgraph to send the game audio to the calling application. 2 steps, start call, send game audio to call.

But it's up to OP what they want to do. It's been a while, but Jami might support sharing system audio now. Their feature list includes "media sharing" in the call features.

[–] MentalEdge@sopuli.xyz 1 points 1 hour ago

The qpwgraph workaround works in the matrix clients as well, but passing media audio into a WebRTC stream meant for voice is not ideal. Any decent client is likely to heavily filter out background audio (which with a game would be a lot of the ambient soundscape), and the audio would in some cases end up mono.

Broadcast-box is on the simpler side, if self hosting. If not, there is a public free-to-use instance here: https://b.siobud.com/