Screego – multi user screen sharing via browser
1–10 of 21 posts
Re: Screego – multi user screen sharing via browser
#2Can you add a line to explain a little bit what screego does, how it achieves its goal? Otherwise, looks awesome!
Re: Screego – multi user screen sharing via browser
#3Looks 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
#4Can 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.
Re: Screego – multi user screen sharing via browser
#5Is there a plan to support voice/video through the server?
Re: Screego – multi user screen sharing via browser
#6Is there a plan to support voice/video through the server?
No, this is currently not planned, Screego was created as an addition to existing software and only helps to share your screen. Nothing else (:.
Re: Screego – multi user screen sharing via browser
#7Amazing work! The UI is really slick, I was able to share a screen and use it pretty much instantly. The installation instructions are also really slick https://screego.net/#/install. This is what keeps me writing Go, it is so easy to get your work running in others hands
I love that you focused on solving one thing. Sharp focus on a single problem usually means much better quality.
Re: Screego – multi user screen sharing via browser
#8This is awesome. what's the performance like on a raspberry pi?
Re: Screego – multi user screen sharing via browser
#9This is awesome. what's the performance like on a raspberry pi?
It should be perfectly fine because screego only transfers data and doesn't do video encoding or similar stuff.
Re: Screego – multi user screen sharing via browser
#10It's fantastic the pion[0] is enabling so many new projects to leverage webrtc. If you want to build a webrtc based application, check it out!