detect-audio-video

NPM version NPM downloads install size

Detect audio and video features in browser.

Demo

Features

🖥️ Screen

⚙️ GPU

🔒 DRM

🏊 Native streaming support

⏯ HTMLVideoElement features

📹 Video codecs

🔊 Audio codecs

🖼️ Image formats

🕍 Platform

Install

npm i --save-dev detect-audio-video

Using

import { isAacSupported } from 'detect-audio-video';

console.log('AAC supported', isAacSupported());

License

MIT