mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Set vod_ignore_edit_list option
This commit is contained in:
parent
f7c5e02a35
commit
33d50a874f
@ -55,6 +55,7 @@ http {
|
|||||||
vod_upstream_location /api;
|
vod_upstream_location /api;
|
||||||
vod_align_segments_to_key_frames on;
|
vod_align_segments_to_key_frames on;
|
||||||
vod_manifest_segment_durations_mode accurate;
|
vod_manifest_segment_durations_mode accurate;
|
||||||
|
vod_ignore_edit_list on;
|
||||||
|
|
||||||
# vod caches
|
# vod caches
|
||||||
vod_metadata_cache metadata_cache 512m;
|
vod_metadata_cache metadata_cache 512m;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user