UB-Mannheim / PalMA

PalMA Team Monitor
Other
26 stars 153 forks source link

Screen sharing for Android #174

Open stweil opened 5 years ago

stweil commented 5 years ago

Currently screen sharing is only offered for Windows, macOS and Linux.

Technicall it seems to be possible for Android as well, so a solution for Android devices would be nice.

stweil commented 5 years ago

https://github.com/dkrivoruchko/ScreenStream is a working solution. It requires a HTTP connection from the PalMA station to the user's device. That already works with PalMA using the URL of the device (unless such connections are blocked by the network).

We could use that code base to create an application which connects the user's device to the PalMA station. Using the VNC protocol could even reuse the existing service on the PalMA station.

stweil commented 5 years ago

Other links: