Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Signalling for video stream from raspberry pi #16

Open
nickdex opened this issue Oct 8, 2018 · 1 comment
Open

Signalling for video stream from raspberry pi #16

nickdex opened this issue Oct 8, 2018 · 1 comment

Comments

@nickdex
Copy link
Owner

nickdex commented Oct 8, 2018

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
@nickdex
Copy link
Owner Author

nickdex commented Feb 17, 2019

Matrix is good candidate for WebRTC signalling medium.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant