Set additional HLS options.

master
Icedream 2022-06-29 05:58:37 +02:00
parent 5d76411416
commit 1e6d054447
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ tcp_nopush on;
tcp_nodelay on;
vod_segment_duration 2000;
vod_hls_mpegts_align_pts on;
vod_hls_mpegts_align_frames off;
vod_hls_force_unmuxed_segments on;
vod_force_playlist_type_vod on;
vod_force_continuous_timestamps on;
vod_manifest_segment_durations_mode accurate;
vod_align_segments_to_key_frames on;
vod_output_buffer_pool 64k 32;