Skip to content
New issue

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

video item not producing a valid manifest #82

Open
saracarl opened this issue Sep 30, 2024 · 5 comments
Open

video item not producing a valid manifest #82

saracarl opened this issue Sep 30, 2024 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@saracarl
Copy link
Collaborator

This items seems like it should be playable --there are derivatives in the right format for IIIF -- but our manifest doesn't seem to have any of them.

Item
downloadable derivatives
Item Manifest

It does have a bunch of Youtube attributes:
image

which we do surface in the manifest (and probably shouldn't??)

@saracarl
Copy link
Collaborator Author

Pretty sure this used to work, because I pulled it from another issue.

@saracarl
Copy link
Collaborator Author

saracarl commented Oct 4, 2024

We think this is because the original is this:

{
"name": "Polar_Plunge_Promo_-_2018.HD.mov",
"source": "original",
"mtime": "1520151264",
"size": "23070994",
"md5": "070f788d001ac4e469f0e4a2720df98f",
"crc32": "84c9b43f",
"sha1": "927670eded4d0fa096e119fecf6a9180b89b3f6d",
"format": "h.264 HD",
"length": "91.39",
"height": "720",
"width": "1280"
},

and we don't recognize/support "format": "h.264 HD",

glenrobson added a commit that referenced this issue Oct 4, 2024
mekarpeles added a commit that referenced this issue Oct 8, 2024
* Encoding thumbnail urls
* Fixing missing video in #82

---------

Co-authored-by: Mek <michael.karpeles@gmail.com>
@glenrobson
Copy link
Collaborator

The Video now appears but the mimetype is: "application/octet-stream" which means none of the viewers can play it.

@glenrobson glenrobson added this to the Spring 2025 milestone Jan 9, 2025
@glenrobson glenrobson added the bug Something isn't working label Jan 9, 2025
@glenrobson
Copy link
Collaborator

@glenrobson
Copy link
Collaborator

Related recipe on audio choice: https://iiif.io/api/cookbook/recipe/0434-choice-av/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants