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
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ Ultimate camera streaming application with support for RTSP, WebRTC, HomeKit, FF
69
69
*[Source: Hass](#source-hass)
70
70
*[Source: ISAPI](#source-isapi)
71
71
*[Source: Nest](#source-nest)
72
+
*[Source: Ring](#source-ring)
72
73
*[Source: Roborock](#source-roborock)
73
74
*[Source: WebRTC](#source-webrtc)
74
75
*[Source: WebTorrent](#source-webtorrent)
@@ -199,6 +200,7 @@ Available source types:
199
200
-[bubble](#source-bubble) - streaming from ESeeCloud/dvr163 NVR
200
201
-[dvrip](#source-dvrip) - streaming from DVR-IP NVR
201
202
-[tapo](#source-tapo) - TP-Link Tapo cameras with [two way audio](#two-way-audio) support
203
+
-[ring](#source-ring) - Ring cameras with [two way audio](#two-way-audio) support
202
204
-[kasa](#source-tapo) - TP-Link Kasa cameras
203
205
-[gopro](#source-gopro) - GoPro cameras
204
206
-[ivideon](#source-ivideon) - public cameras from [Ivideon](https://tv.ivideon.com/) service
@@ -220,6 +222,7 @@ Supported sources:
220
222
-[Hikvision ISAPI](#source-isapi) cameras
221
223
-[Roborock vacuums](#source-roborock) models with cameras
222
224
-[Exec](#source-exec) audio on server
225
+
-[Ring](#source-ring) cameras
223
226
-[Any Browser](#incoming-browser) as IP-camera
224
227
225
228
Two-way audio can be used in browser with [WebRTC](#module-webrtc) technology. The browser will give access to the microphone only for HTTPS sites ([read more](https://stackoverflow.com/questions/52759992/how-to-access-camera-and-microphone-in-chrome-without-https)).
This source type support Ring cameras with [two way audio](#two-way-audio) support. If you have a `refresh_token` and `device_id` - you can use it in `go2rtc.yaml` config file. Otherwise, you can use the go2rtc interface and add your ring account (WebUI > Add > Ring). Once added, it will list all your Ring cameras.
0 commit comments