mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
Set correct nginx container value (#20641)
This commit is contained in:
parent
ac5de290ab
commit
4df7793587
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user