Set vod_ignore_edit_list option

This commit is contained in:
Justin Wong 2022-08-26 14:43:48 +08:00
parent f7c5e02a35
commit 33d50a874f

View File

@ -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;