I’m currently working on a project where I want to be able to allow users to access Android apps without downloading.
Current setup using LXC containers
I’m doing this by running LXC containers with Android OS installed on a server (remote).
Desired goal
I’m unable to figure out how to remote display these apps (running on remote server, i.e. LXC containers) to client app (running on smartphones). My main concern is to:
- minimise latency and
- allow normal apps as well as video and gaming apps to work
What I did (research)
I’ve researched VNC, Xpra etc. but can't figure out how to use it for reaching my goal.
Any help would be much appreciated.