vod jam and earl vod.atverkackt.de
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove safari message

-5
-5
src/lib/VideoPlayer.svelte
··· 60 60 hls.attachMedia(videoEl); 61 61 hls.on(Hls.Events.MANIFEST_PARSED, () => { 62 62 videoEl?.play().catch(() => {}); 63 - // Warn Safari users about Opus audio 64 - const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); 65 - if (isSafari) { 66 - errorMsg = '🐸 Audio may not work in Safari — these streams use Opus. Try Chrome or Firefox for sound.'; 67 - } 68 63 }); 69 64 hls.on(Hls.Events.ERROR, (_event, data) => { 70 65 console.error("HLS error:", data);