increase hls version

This commit is contained in:
mertalev
2026-05-14 10:46:33 -04:00
parent 9a326365ca
commit ed7e3c8933
+1 -1
View File
@@ -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;