Add support for custom go2rtc streams.

This commit is contained in:
Dermot Duffy
2023-02-26 13:52:24 -08:00
parent 9aff5ee76c
commit fcc2c5dd99
8 changed files with 32 additions and 4 deletions
+2
View File
@@ -174,6 +174,7 @@ cameras:
| Option | Default | Overridable | Description |
| - | - | - | - |
| `modes` | `[webrtc, mse, mp4, mjpeg]` | :heavy_multiplication_x: | An ordered array of `go2rtc` modes to use. Valid values are `webrtc`, `mse`, `mp4` or `mjpeg` values. |
| `stream` | Determind by camera engine (e.g. `frigate` camera name). | :heavy_multiplication_x: | A valid `go2rtc` stream name. |
#### Camera WebRTC Card configuration
@@ -1392,6 +1393,7 @@ cameras:
- mse
- mp4
- mjpeg
stream: sitting_room
```
</details>