player
player copied to clipboard
Please add howler.js (or similar) audio provider
Related Problem:
Vidstack currently provider the HTML5 audio element, which is limited as far as codec support is concerned (so for example .opus audio will not play on iOS, etc.) as it relies on inconsistent browser-native capabilities.
Describe:
Provider howler.js audio provider (in addition to HTML5 <audio> element, or as replacement for it, since howler itself has html fallback option) which provides consistent audio format support across devices.
Alternatives:
Not using vidstack for audio and use howler directly instead.