What does HackerNews think of OvenMediaEngine?

OvenMediaEngine (OME) is a Sub-Second Latency Live Streaming Server with Large-Scale and High-Definition. #WebRTC #LLHLS

Language: C++

OME [1] is a RTMP server for sub-second WebRTP streaming. Profiles allow for specific encodes if needed. I have a repository hosting an exemplary configuration and a frontend using their player [2].

Another server is SRS [3], but IMO it is more difficult to use, lacks features and the delay is about 1-3s — it requires far less bandwidth though.

[1] https://github.com/AirenSoft/OvenMediaEngine [2] https://github.com/hashworks/simple-ome [3] https://github.com/ossrs/srs

This is nice. I'm wondering, since this uses a windows VM, as long as there is no dedicated GPU passed through this is probably restricted to older/graphically less intensive games right? Sadly most servers at least from the places I get my servers from don't have at least a cheapo GPU in there to pass through.

I have had a similiar idea some time ago but way less automated and windows-only. Will see if I can contribute anything useful.

Slightly OT: I found CloudRetro[0] and this project some time ago when dabbling in WebRTC and looking at Pion[1]. Interestingly I had a very similiar idea back then and even managed to create a working prototype. Basically cloud-gaming-multiplayer on a single browser page, including 4 low-latency streams for the 4 players and one slightly higher-latency stream for "spectators" (using OvenMediaEngine[2]).

It currently only supports gamepads but allows you do join/leave the game at any time, or leave and let a spectator have a go.

I'd like to open source it sometime soon but currently its barely functional. I'm using a brokenly modified version of the OBS[3] FFMpeg plugin to pump video and audio over RTP to Pion. OBS likes to crash randomly now (due to me not knowing what I'm doing in regards to changing codec parameters etc). Also I still have issues with still frames when there is minimal movement (h264) or the frame freezing and disintegrating into a pixelated mess (using vp8).

Of course the OBS setup requires a bit more setup (and I believe there is no headless-functionality for it?). I'm using a spare windows machine to to stream the games (usually Mario Kart Double Dash (Gamecube)). I even tried a short session in VR with others in BigScreen[4].

Just throwing some ideas for others out I guess.

[0] https://github.com/giongto35/cloud-game [1] https://github.com/pion/webrtc [2] https://github.com/AirenSoft/OvenMediaEngine [3] https://www.bigscreenvr.com/