Set correct nginx container value (#20641)

This commit is contained in:
Nicolas Mowen 2025-10-23 12:44:12 -06:00 committed by GitHub
parent ac5de290ab
commit 4df7793587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,7 +109,7 @@ http {
# Use fMP4 (fragmented MP4) instead of MPEG-TS for better performance
# Smaller segments, faster generation, better browser compatibility
vod_hls_segment_container fmp4;
vod_hls_container_format fmp4;
secure_token $args;
secure_token_types application/vnd.apple.mpegurl;