Add docs for ffprobe api

This commit is contained in:
Nick Mowen 2022-11-11 08:01:23 -07:00
parent c7448b29db
commit ecfafdc971

View File

@ -264,3 +264,11 @@ Get recording segment details for the given timestamp range.
| -------- | ---- | ------------------------------------- | | -------- | ---- | ------------------------------------- |
| `after` | int | Unix timestamp for beginning of range | | `after` | int | Unix timestamp for beginning of range |
| `before` | int | Unix timestamp for end of range | | `before` | int | Unix timestamp for end of range |
### `GET /api/ffprobe`
Get ffprobe output for camera feed paths.
| param | Type | Description |
| ------- | ------ | ---------------------------------- |
| `paths` | string | `,` separated list of camera paths |