You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Anything Else?
The text was updated successfully, but these errors were encountered:
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.
Anything Else?
The text was updated successfully, but these errors were encountered: