update readme
This commit is contained in:
@@ -69,6 +69,7 @@ Ultimate camera streaming application with support RTSP, WebRTC, HomeKit, FFmpeg
|
|||||||
* [Source: Hass](#source-hass)
|
* [Source: Hass](#source-hass)
|
||||||
* [Source: ISAPI](#source-isapi)
|
* [Source: ISAPI](#source-isapi)
|
||||||
* [Source: Nest](#source-nest)
|
* [Source: Nest](#source-nest)
|
||||||
|
* [Source: Ring](#source-ring)
|
||||||
* [Source: Roborock](#source-roborock)
|
* [Source: Roborock](#source-roborock)
|
||||||
* [Source: WebRTC](#source-webrtc)
|
* [Source: WebRTC](#source-webrtc)
|
||||||
* [Source: WebTorrent](#source-webtorrent)
|
* [Source: WebTorrent](#source-webtorrent)
|
||||||
@@ -220,6 +221,7 @@ Supported for sources:
|
|||||||
- [Hikvision ISAPI](#source-isapi) cameras
|
- [Hikvision ISAPI](#source-isapi) cameras
|
||||||
- [Roborock vacuums](#source-roborock) models with cameras
|
- [Roborock vacuums](#source-roborock) models with cameras
|
||||||
- [Exec](#source-exec) audio on server
|
- [Exec](#source-exec) audio on server
|
||||||
|
- [Ring](#source-ring) cameras
|
||||||
- [Any Browser](#incoming-browser) as IP-camera
|
- [Any Browser](#incoming-browser) as IP-camera
|
||||||
|
|
||||||
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)).
|
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)).
|
||||||
@@ -642,6 +644,16 @@ streams:
|
|||||||
nest-doorbell: nest:?client_id=***&client_secret=***&refresh_token=***&project_id=***&device_id=***
|
nest-doorbell: nest:?client_id=***&client_secret=***&refresh_token=***&project_id=***&device_id=***
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Source: Ring
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
streams:
|
||||||
|
ring: ring:?device_id=XXX&refresh_token=XXX
|
||||||
|
ring_snapshot: ring:?device_id=XXX&refresh_token=XXX&snapshot
|
||||||
|
```
|
||||||
|
|
||||||
#### Source: Roborock
|
#### Source: Roborock
|
||||||
|
|
||||||
*[New in v1.3.0](https://github.com/AlexxIT/go2rtc/releases/tag/v1.3.0)*
|
*[New in v1.3.0](https://github.com/AlexxIT/go2rtc/releases/tag/v1.3.0)*
|
||||||
|
|||||||
Reference in New Issue
Block a user