kclyu / rpi-webrtc-streamer

This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC](https://webrtc.org/native-code/) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.
Other
617 stars 108 forks source link

Do I need I Signaling server or does this project include it? #138

Open meduar opened 2 years ago

meduar commented 2 years ago

I just want to know if this project includes the Signaling server, I am going to use Coturn for my turn/stun server, and now I am trying to check if I have to develop the signaling server or if I can use the one on this project not sure about that.

How could I use the Signaling server if there is one? any docs?

Thank you