Open Source HTML5 Screen Sharing: Share your screen, right from your browser

13 points by mlakkadshaw ↗ HN
Hello, I have developed a google chrome extension which allow you share your browser screen with anyone right from your browser.

http://deadsimplescreensharing.com

Please give me your feedback, and help me in improving this app.

23 comments

[ 3.0 ms ] story [ 64.8 ms ] thread
Great Idea.

I have just tested it ,I followed the steps but it keeps giving me "No Connection" on the other side! is there anything else I need to do?

Please tell me if anyone is facing delay or latency issues. Thanks
HTML5 make it sound like something that can be done cross browser, rather than something via the chrome.* apis for their extensions. That having been said, I've read about something of the sort related to WebRTC, Chrome seems to be interested in making in possible at least: http://blog.chromium.org/2012/04/chromes-webrtc-roadmap.html
To make it work across various tabs i needed something running in the background that's reason for using chrome apis. Thanks.
Not working for me, I'm getting "No Connection" screen :(
Try scrolling or changing tabs while sharing is on. It updates the screen on scroll, tab changed and Dom updates
So am I. Changing tabs or scrolling had no effect.
Is the extension code open sourced? I only see the server code on github.
Oh, I forgot to upload the extension code on github, I will do it tomorrow.
It's working for me, but it is really slow. Like showing up a minute later. Seems like it would be awesome and useful when not so latent.
The Latency is because I am running it on Heroku 1 Dyno instance. If someone donates some money, I will transfer the app to EC2.
Hi Muhammad,

If you want to stand out in the overcrowded screensharing space, build this one feature:

Allow me to send a URL to anyone so I can see THEIR screen instantly, without them having to download crap.

You will become an instant 'crorepati' :-)

Thanks, but to build this feature there must be something running in the background, which will send data to the server. There is already a App which does this thing but it's a Java applet. http://quickscreenshare.com/ BTW: I don't want to make money from this app, it's just something I did on a weekend. :)
Can you share only the browser tab or even what happens on your desktop? Does it use VNC?
You can only share the browser tab, and not the desktop.
Have you looked into using webRTC for the stream transfer and using the server only for signalling? Not sure if these apis are available within extensions but this would make the server much cheaper to run.
Was anyone able to visit this site?

I still have a tab open thinking that it was just brought offline through traffic... but just refreshed and still can't get on :/