TzuHuanTai / RaspberryPi-WebRTC

Turn your Raspberry Pi into a low-latency home security camera by using native WebRTC with the v4l2 hardware H.264 encoder and the software-based OpenH264 encoder for live video stream.
Apache License 2.0
786 stars 32 forks source link

refactor: make signaling service base on interface #85

Closed TzuHuanTai closed 1 year ago

TzuHuanTai commented 1 year ago

Decouple the signalr and let the signaling mechanism be replaceable.