> Application error: a client-side exception has occurred (see the browser console for more information).
Show HN: Screen Sharing in the Browser
31–40 of 59 posts
Re: Show HN: Screen Sharing in the Browser
#32Slightly off-topic, but I’ve been searching for a long time for something like this, but for text chat: go to a website; create a room; share a code/link with others; people join and chat; then at some point in the future the room simply disappears (you can save a log if you want). Ideally anonymous with the best possible cryptographic implementation. Has anyone stumbled upon something similar? I hate having to regis…
I built exactly what you’re describing: https://chitchatter.im/ It’s decentralized, serverless, anonymous, private, ephemeral, and open source.
Re: Show HN: Screen Sharing in the Browser
#33Awesome demo! Are you paying for the TURN server?
Re: Show HN: Screen Sharing in the Browser
#34Gave it a quick run! Works great. The notification to share your screen goes away quickly. Is there any way to get back to it? I generated a new code to fire the notification again.
Re: Show HN: Screen Sharing in the Browser
#35I'm not sure, but is it possible to make it work on Android? I've tried on my pixel 7a, it gave me the code, I pasted it in another device in Safari, but it was only Loading... on the button.
Re: Show HN: Screen Sharing in the Browser
#36Immediately upon loading the homepage: > Application error: a client-side exception has occurred (see the browser console for more information).
Re: Show HN: Screen Sharing in the Browser
#37Re: Show HN: Screen Sharing in the Browser
#38Great! Thanks. While we're on the subject of WebRTC, if anyone would need MIDI over WebRTC, here is my take on it: https://github.com/AtmanActive/webmidi-rtc-transport
Browser-based screen sharing is the subject. Is it normal to advertise unrelated projects in HN comments?
The afore mentioned webapp is based on WebRTC so, not totally unrelated.
I have nothing to advertise as I have nothing to gain from this. I just wanted to offer additional solution for people that might find it useful.
Also, judging by the other comments, it seems that someone did find it useful.
Furthermore, reading through other comments on this thread, there are a lot of other WebRTC projects mentions anyway, and many of them have nothing to do with screen sharing.
Re: Show HN: Screen Sharing in the Browser
#39Slightly off-topic, but I’ve been searching for a long time for something like this, but for text chat: go to a website; create a room; share a code/link with others; people join and chat; then at some point in the future the room simply disappears (you can save a log if you want). Ideally anonymous with the best possible cryptographic implementation. Has anyone stumbled upon something similar? I hate having to regis…