xSAVIKx/AndroidScreencast

latency is always over 1 second

Opened this issue · 2 comments

on architecture:
intel celeron 2 cores, 8 GB ram
and on raspberry pi 3, 1GB ram and 4 cores
equal performances

@antoniosap the FPS is a known problem and for now nothing could be done. It is the restriction of the way the app is obtaining screenshots from the phone. There is an open discussion here.

The key point of low latency is improving the size of screen data, Two ways may be effective:

  • implement obtaining screen data using native code
  • encode/decode the screen data by h264 codec

The project CXTouch has some improved points.