(no title)
vstollen | 1 year ago
Apart from that, I often fall back to https://github.com/adamyordan/laplace when I need to share my screen. It works in the browser and has great image clarity. Sadly, the demo instance is down, so you need to host it yourself. Also, it can have trouble inside some enterprise network/firewall setups.
cl3misch|1 year ago
How would this be possible "without the need for an account or any server infrastructure" claimed by this project?
samiv|1 year ago
Running over WebRTC the web browser based person can communicate with the host person who is running a native WebRTC app.
The session initialization needs some kind of middle man (server) that lets both parties to agree on the session communication details. This per se doesn't really need any account.
The person who wants to host the session could generate a temporary one time auth token that they then communicate to their peer using whatever means (send a pigeon, use email, chat app) that lets the client to connect to their host.
GorillaMoe|1 year ago
Might sketch out a quick demo at web.getbananas.net this weekend.
This should be also OSS and everyone should be able to host their own version of that web Framework.