mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add segment duration metadata
This commit is contained in:
parent
9b99ba81e5
commit
057e9516a0
@ -58,8 +58,6 @@ http {
|
|||||||
vod_mode mapped;
|
vod_mode mapped;
|
||||||
vod_max_mapping_response_size 1m;
|
vod_max_mapping_response_size 1m;
|
||||||
vod_upstream_location /api;
|
vod_upstream_location /api;
|
||||||
vod_align_segments_to_key_frames on;
|
|
||||||
vod_manifest_segment_durations_mode accurate;
|
|
||||||
vod_ignore_edit_list on;
|
vod_ignore_edit_list on;
|
||||||
|
|
||||||
# vod caches
|
# vod caches
|
||||||
|
|||||||
@ -1077,6 +1077,7 @@ def vod_ts(camera_name, start_ts, end_ts):
|
|||||||
"cache": hour_ago.timestamp() > start_ts,
|
"cache": hour_ago.timestamp() > start_ts,
|
||||||
"discontinuity": False,
|
"discontinuity": False,
|
||||||
"durations": durations,
|
"durations": durations,
|
||||||
|
"segment_duration": max(durations),
|
||||||
"sequences": [{"clips": clips}],
|
"sequences": [{"clips": clips}],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user