···5050}
51515252export function canPlayHlsNatively(video: HTMLVideoElement): boolean {
5353- if (Hls.isSupported()) return false; // no need to play natively
5353+ // if (Hls.isSupported()) return false; // no need to play natively
5454 return !!video.canPlayType("application/vnd.apple.mpegurl");
5555}
5656