ソースを参照

tweak vod settings for varying iframe intervals

Blake Blackshear 3 年 前
コミット
46fe06e779
1 ファイル変更2 行追加0 行削除
  1. 2 0
      docker/rootfs/usr/local/nginx/conf/nginx.conf

+ 2 - 0
docker/rootfs/usr/local/nginx/conf/nginx.conf

@@ -52,6 +52,8 @@ http {
         vod_mode mapped;
         vod_max_mapping_response_size 1m;
         vod_upstream_location /api;
+        vod_align_segments_to_key_frames on;
+        vod_manifest_segment_durations_mode accurate;
 
         # vod caches
         vod_metadata_cache metadata_cache 512m;