Notice: This is a work in progress, Current development status is PoC level.
In order to use WebRTC streaming function in web browser, various things are basically required. To simplify this, Web Front-End implements basic Authentication/Messaging/HTTP and WebRTC Signaling functions using Google's Firebase, and supports WebRTC streaming and other features provided by Rpi-WebRTC-Streamer (RWS) Function.
To setup Web Front End, please refer to the READM_frontend_seutp.md guide.
It is installed in Raspberry PI and is responsible for exchanging signaling messages between Web Front-End and RWS and proxying various functions in the middle.
To install the proxy, please refer to the READM_frontend_seutp.md guide.
- WebRTC signaling message exchange
- Email verification
- User Group Management
- motion detection message
- motion detection email notification
- RWS configuration management
- log management
- 2018/04/25 v0.10 : Initial Repo Upload