mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Update detectFeatures.ts
This commit is contained in:
parent
86aa7564f0
commit
735c89d3de
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export function canWebkitPictureInPicture(): boolean {
|
|||
}
|
||||
|
||||
export function canPlayHlsNatively(video: HTMLVideoElement): boolean {
|
||||
if (Hls.isSupported()) return false; // no need to play natively
|
||||
// if (Hls.isSupported()) return false; // no need to play natively
|
||||
return !!video.canPlayType("application/vnd.apple.mpegurl");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue