mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-26 19:06:11 +01:00
update docs
This commit is contained in:
parent
d992a959f2
commit
ccc9b90625
@ -247,3 +247,16 @@ HTTP Live Streaming Video on Demand URL for the specified event. Can be viewed i
|
|||||||
### `GET /vod/<camera>/start/<start-timestamp>/end/<end-timestamp>/index.m3u8`
|
### `GET /vod/<camera>/start/<start-timestamp>/end/<end-timestamp>/index.m3u8`
|
||||||
|
|
||||||
HTTP Live Streaming Video on Demand URL for the camera with the specified time range. Can be viewed in an application like VLC.
|
HTTP Live Streaming Video on Demand URL for the camera with the specified time range. Can be viewed in an application like VLC.
|
||||||
|
|
||||||
|
### `GET /api/<camera_name>/recordings/summary`
|
||||||
|
|
||||||
|
Hourly summary of recordings data for a camera.
|
||||||
|
|
||||||
|
### `GET /api/<camera_name>/recordings`
|
||||||
|
|
||||||
|
Get recording segment details for the given timestamp range.
|
||||||
|
|
||||||
|
| param | Type | Description |
|
||||||
|
| -------- | ---- | ------------------------------------- |
|
||||||
|
| `after` | int | Unix timestamp for beginning of range |
|
||||||
|
| `before` | int | Unix timestamp for end of range |
|
||||||
|
Loading…
Reference in New Issue
Block a user