di / screenshare

Super-simple screen sharing with nothing but Python and Flask.
46 stars 21 forks source link

Very low frame rate #2

Closed nikhil-web closed 5 years ago

nikhil-web commented 5 years ago

How can we increase the frame rate?

di commented 5 years ago

This is a very old proof-of-concept -- I wouldn't recommend actually trying to use it for screensharing.

There are a lot of factors here that influence the framerate, including your network, the host and guest machines, how quickly pyscreenshot can capture an image, etc.