detect-audio-video
v2.3.1
Published
Detect audio and video features in browser
Downloads
3,717
Maintainers
Readme
detect-audio-video
Detect audio and video features in browser.
Demo
Features
🖥️ Screen
- Size
- Device pixel ratio
- HDR support
- Wide gamut
- Color spaces
- Aspect ratio
⚙️ GPU
- Vendor
- Renderer
🔒 DRM
- Microsoft PlayReady SL150, SL2000, SL3000
- Google Widevine Modular L1, L3
- Apple FairPlay
- Adobe Primetime
- HDCP
🏊 Native streaming support
- DASH
- HLS
- MSS
⏯ HTMLVideoElement features
- Media Source Extensions
- Media Source Extensions in Workers
- Encrypted Media Extensions
- Managed Media Source
- Managed Media Source in Workers
- Picture-in-picture
- Cast to AirPlay
- Remote Playback API
📹 Video codecs
- H.264
- H.265 (HEVC)
- H.266 (VVC)
- Dolby Vision
- EVC
- VP8
- VP9
- AV1
🔊 Audio codecs
- AAC
- Opus
- Vorbis
- FLAC
- ALAC
- AC-3 (Dolby Digital)
- EC-3 (Dolby Digital+)
- Dolby Atmos
🖼️ Image formats
- GIF
- PNG
- APNG
- JPEG
- JPEG XL
- HEIF/HEIC
- AVIF
- WEBP
- SVG
🕍 Platform
- Standalone
Install
npm i --save-dev detect-audio-video
Using
import { isAacSupported } from 'detect-audio-video';
console.log('AAC supported', isAacSupported());
Links
License
MIT