pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

cleanup hls stream feature detection

-1
-1
src/utils/detectFeatures.ts
··· 1 1 import { detect } from "detect-browser"; 2 2 import fscreen from "fscreen"; 3 - import Hls from "hls.js"; 4 3 5 4 export const isSafari = /^((?!chrome|android).)*safari/i.test( 6 5 navigator.userAgent,