1.3.0 • Published 7 years ago
codec-detect v1.3.0
CodecDetect
Overview
Library to detect what video and audio codecs a browser supports.
This repository now contains only the sources for the CodecDetect JS library. The sources for the codecdetect.com website have been moved to a new repository.
Installation
npm add codec-detect
Manual Download
Alternatively, you could manually download either files from the master branch:
How to use this library
See the examples. More documentation to come soon.
Known Issues
See Github issues list.
Resources
- MDN: Media formats supported by the HTML audio and video elements
- HTML5 Audio — The State of Play
- Can I use the HTML5 audio element?
- Can I use the HTML5 video element?
- StackOverflow: How to detect supported video formats for the HTML5 video tag?
- StackOverflow: Media Queries: How to target desktop, tablet and mobile?