Current Behavior:
If a source file has the .opus extension, it cannot be identified as an audio file.
If a HEAD request to the server returns audio/ogg, the file can be played back as audio as a fallback; however, if the implementation incorrectly returns audio/opus, an error will occur.
Expected Behavior:
If the URL has the .opus extension, it should be identified as audio.
Steps To Reproduce:
- Specify a URL with the
.opus extension in Vidstack's src
repro: https://codeberg.org/reasonset-tiny/repro-vidstack-opus-extension-issue
Environment:
- Framework: Vanilla
- Meta Framework: None
- Node: None
- Device: Vivaldi, Librewolf, Cromite, Waterfox
- OS: Linux, ColorOS16
Anything Else?
Current Behavior:
If a source file has the
.opusextension, it cannot be identified as an audio file.If a HEAD request to the server returns
audio/ogg, the file can be played back as audio as a fallback; however, if the implementation incorrectly returnsaudio/opus, an error will occur.Expected Behavior:
If the URL has the
.opusextension, it should be identified as audio.Steps To Reproduce:
.opusextension in Vidstack's srcrepro: https://codeberg.org/reasonset-tiny/repro-vidstack-opus-extension-issue
Environment:
Anything Else?