It seems Arc silently reports native HLS support, which bypasses hls.js entirely. If you're trying to force a quality level and nothing works, check if canPlayType('application/vnd.apple.mpegurl') is returning true before your hls.js code even runs. #Javascript #WebDev