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.

Update detectFeatures.ts

authored by

Pas and committed by
GitHub
735c89d3 86aa7564

+1 -1
+1 -1
src/utils/detectFeatures.ts
··· 50 50 } 51 51 52 52 export function canPlayHlsNatively(video: HTMLVideoElement): boolean { 53 - if (Hls.isSupported()) return false; // no need to play natively 53 + // if (Hls.isSupported()) return false; // no need to play natively 54 54 return !!video.canPlayType("application/vnd.apple.mpegurl"); 55 55 } 56 56