Hacker News new | ask | show | jobs
by andrewmd5 3590 days ago
Hi, I helped bring this project to life (I wrote the server portion) if anyone has any questions about how certain stuff works I'll be more than happy to answer your questions.
1 comments

How do you capture screen? is the protocol for screen sharing based on a video stream protocol like h264?
It uses pixel difference encoding down to alpha channels so that it can send you the bare minimum amount of data you need to keep a constant, non glitched image. This means 60fps using just under 1.5mbps