mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-10 12:51:11 +03:00
Set correct nginx container value (#20641)
This commit is contained in:
@@ -109,7 +109,7 @@ http {
|
|||||||
|
|
||||||
# Use fMP4 (fragmented MP4) instead of MPEG-TS for better performance
|
# Use fMP4 (fragmented MP4) instead of MPEG-TS for better performance
|
||||||
# Smaller segments, faster generation, better browser compatibility
|
# Smaller segments, faster generation, better browser compatibility
|
||||||
vod_hls_segment_container fmp4;
|
vod_hls_container_format fmp4;
|
||||||
|
|
||||||
secure_token $args;
|
secure_token $args;
|
||||||
secure_token_types application/vnd.apple.mpegurl;
|
secure_token_types application/vnd.apple.mpegurl;
|
||||||
|
|||||||
Reference in New Issue
Block a user