You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
We have decided to use web RTC to directly connect browser and raspberry pi to stream video data.
Web RTC requires signalling pathway to exchange SDP and ICE candidate information.
Draft Flow Design
Client will make a http post request with offer SDP and ICE information to Node server.
It will be forwarded to RPi via websockets.
RPi will generate answer SDP and ICE information.
It will be sent back to Node server and will be returned to browser
The text was updated successfully, but these errors were encountered:
We have decided to use web RTC to directly connect browser and raspberry pi to stream video data.
Web RTC requires signalling pathway to exchange SDP and ICE candidate information.
Draft Flow Design
The text was updated successfully, but these errors were encountered: