From ed7e3c8933a2c1c3d5942979f81d506c6c3affd0 Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Thu, 14 May 2026 10:46:33 -0400 Subject: [PATCH] increase hls version --- server/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/constants.ts b/server/src/constants.ts index 4da5ffe881..6a7576d7b5 100644 --- a/server/src/constants.ts +++ b/server/src/constants.ts @@ -239,4 +239,4 @@ export const HLS_VARIANTS = [ { resolution: 1080, codec: VideoCodec.Hevc, bitrate: 4_500_000, codecString: 'hvc1.1.6.L120.B0' }, { resolution: 1080, codec: VideoCodec.H264, bitrate: 8_000_000, codecString: 'avc1.640028' }, ]; -export const HLS_VERSION = 6; +export const HLS_VERSION = 7;