patient-chat / android-app

7 stars 0 forks source link

Create video stream to replace hello world view on "patient" device #5

Open ivangayton opened 4 years ago

ivangayton commented 4 years ago

We have a basic connection over WiFi hotspot, from which the "medic" device serves a Hello World page. As a first step, replace the Hello World with a one-way (at least—2-way is fine if it's not harder) video stream.

Expected behaviour: When the "patient" device connects to the medic hotspot and navigates to a particular page in a browser, a stream of video from the medic device camera shows.

Nice-to-have: Audio. Nice-to-have: It goes both ways (medic device also sees stream from patient device).

Considerations: Whether the video stream on the patient device should be shown in a browser or an Android activity (first implementation should be whatever is easiest).