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
All of the audio files in the fixtures repository seem to be getting read by my browser as video mime types. The screencap here is from my Firefox/Mac info window for the Calon_Lan_-_Various_artists.ogg file, but the discrepancy of audio files getting declared as video/--- is the same for the Mahler Symphony No. 3 files as well, e.g. the CD1 at medium bitrate. They play just fine in my browser, but when I try to use them in a manifest, Universal Viewer throws a JS error of "unable to determine media type".
The text was updated successfully, but these errors were encountered:
I think the video mime type is OK. The format of Calon Lan is OGG which can be a video format but in this case only has an audio stream. The CD1 also looks OK as the is a mp4 format which can be both a video and or audio. We could convert them to a straight audio format like wav or mp3 but they should work with the UV.
Ill leave this open until we find out why it isn't working in the UV as it still may be an issue with fixtures.
Running curl on the Calon Lan recording it has:
content-type: video/ogg
and for the CD1 is:
video/mp4
I was worried that s3 wasn't reporting the content type but it looks like it is.
New findings: If I note https://fixtures.iiif.io/audio/indiana/mahler-symphony-3/CD1/high/320Kbps.mp4 in the manifest as video/mp4, UV will render it. But then I have —I believe— a layout and proportions for a video when what I'd like (but also J. Random User might like) to have in order to demo placeholderCanvas is a layout and proportions for an audio player.
All of the audio files in the fixtures repository seem to be getting read by my browser as video mime types. The screencap here is from my Firefox/Mac info window for the Calon_Lan_-_Various_artists.ogg file, but the discrepancy of audio files getting declared as
video/---
is the same for the Mahler Symphony No. 3 files as well, e.g. the CD1 at medium bitrate. They play just fine in my browser, but when I try to use them in a manifest, Universal Viewer throws a JS error of "unable to determine media type".The text was updated successfully, but these errors were encountered: