We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when loading the audio resource[aac/wav] via a valid URL, the player runs into Media Error
Audio is able to play the audio file according to https://www.vidstack.io/docs/player/api/providers/audio
Reproduction Link: How to create a repro?
The AudioMimeType type also indicates that audio/aac or audio/wav is not one of the supported mimetypes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior:
when loading the audio resource[aac/wav] via a valid URL, the player runs into Media Error
Expected Behavior:
Audio is able to play the audio file according to https://www.vidstack.io/docs/player/api/providers/audio
Steps To Reproduce:
Reproduction Link: How to create a repro?
Environment:
Anything Else?
The AudioMimeType type also indicates that audio/aac or audio/wav is not one of the supported mimetypes
The text was updated successfully, but these errors were encountered: