Much respect for all your hard work regardless.
Screego – multi user screen sharing via browser
11–20 of 21 posts
Re: Screego – multi user screen sharing via browser
#12I don't mean to be negative, but there are so many multi-user whiteboards, screen sharing, video conferencing, and etc projects that they all blur together and more often than not don't take off. Definitely the underlying frameworks are nice though to roll into higher level projects. Much respect for all your hard work regardless.
I think it is worth building these things. You never know the impact it can have. These projects also inspire others. Even if this project doesn't take off it could inspire someone else to build something that has a lot of impact.
Re: Screego – multi user screen sharing via browser
#13That being said, Screego works for non-CLI too. The ability to self host, and being FOSS, while working from web browser makes it a nice alternative to things like Google Meet screen sharing.
Re: Screego – multi user screen sharing via browser
#14Looks nice. Good documentation too. One thing I'd add though, is an example for HTTPS (eg: with certbot) in your Reverse Proxy section.
Re: Screego – multi user screen sharing via browser
#15Re: Screego – multi user screen sharing via browser
#16Re: Screego – multi user screen sharing via browser
#17I take it the lack of the word "Darwin" means Macos is not supported if you want to use the binaries?
Re: Screego – multi user screen sharing via browser
#18Can you add a line to explain a little bit what screego does, how it achieves its goal? Otherwise, looks awesome!
Sure thing. Screego is a little server written in Go that allows you to share your screen via WebRTC with others. WebRTC mainly uses Peer2Peer connections to transfer data. In the case no connection can be established, an embedded TURN server can be used. This TURN server relays all the traffic through the server.
I must be understanding this wrong, as a TURN server running behind a NAT makes no sense for helping outside peers to connect