-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add support for "remote video" media in islandora_defaults. #1776
Comments
We already do "external" datastreams with fcrepo for files that are stored on other filesystems, so I'm sure we can figure out how to make it work with fcrepo. At least I wouldn't let it keep me up at night. I'm sure there's a curveball in there somewhere, but it's manageable. |
We have existing and potential clients who need/expect this. In all of these cases, there is descriptive metadata about the video content stored in Islandora. There is no expectation that the actual video file will be preserved in Fedora. With I7 clients we have supported this by using Basic image content model, having the Islandora-managed object file be some image usually a standard client logo, and having a link out to the external streaming video encoded in the MODS such that it displays prominently as a "View This Object" link. We do not have a external streaming video viewer going in I7 |
We're using this with a client already. Anything that is an oEmbed provider works and you can alter/add in providers that may not be in the standard listing as well. |
@kspurgin Just FYI for Islandora 7: https://github.com/bondjimbond/islandora_remote_media |
Yep @mjordan that's part of what would need to be done to "support" this. |
2021-07-14 Tech Call: rough consensus was that we would treat embeded video (and eventually audio) like any other Islandora media (i.e. the media needs a |
As encountered by @bondjimbond in Slack there is currently no media type configuration set for remote video support within islandora_defaults. Given its inclusion since 8.6 it would make sense to have this present on the sandbox and as a default option.
I am unsure of any sort of FCREPO ramifications with this but in terms of making it addable on the route it would be editing the media type to have a
field_media_of
field and exporting it to config.The text was updated successfully, but these errors were encountered: