Update readme about hass
This commit is contained in:
@@ -71,7 +71,7 @@ Available modules:
|
|||||||
- [webrtc](#module-webrtc) - WebRTC Server (important for external access)
|
- [webrtc](#module-webrtc) - WebRTC Server (important for external access)
|
||||||
- [ngrok](#module-ngrok) - Ngrok integration (external access for private network)
|
- [ngrok](#module-ngrok) - Ngrok integration (external access for private network)
|
||||||
- [ffmpeg](#source-ffmpeg) - FFmpeg integration
|
- [ffmpeg](#source-ffmpeg) - FFmpeg integration
|
||||||
- [hass](#source-hass) - Home Assistant integration
|
- [hass](#module-hass) - Home Assistant integration
|
||||||
- [log](#module-log) - logs config
|
- [log](#module-log) - logs config
|
||||||
|
|
||||||
### Module: Streams
|
### Module: Streams
|
||||||
@@ -343,6 +343,17 @@ tunnels:
|
|||||||
proto: tcp
|
proto: tcp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Module: Hass
|
||||||
|
|
||||||
|
go2rtc compatible with Home Assistant [RTSPtoWebRTC](https://www.home-assistant.io/integrations/rtsp_to_webrtc/) integration API.
|
||||||
|
|
||||||
|
- add integration with link to go2rtc HTTP API:
|
||||||
|
- Hass > Settings > Integrations > Add Integration > RTSPtoWebRTC > `http://192.168.1.123:3000/`
|
||||||
|
- add generic camera with RTSP link:
|
||||||
|
- Hass > Settings > Integrations > Add Integration > Generic Camera > `rtsp://...`
|
||||||
|
- use Picture Entity or Picture Glance lovelace card
|
||||||
|
- open full screen card - this is should be WebRTC stream
|
||||||
|
|
||||||
### Module: Log
|
### Module: Log
|
||||||
|
|
||||||
You can set different log levels for different modules.
|
You can set different log levels for different modules.
|
||||||
|
|||||||
Reference in New Issue
Block a user