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

Add support for "remote video" media in islandora_defaults. #1776

Open
jordandukart opened this issue Mar 10, 2021 · 8 comments
Open

Add support for "remote video" media in islandora_defaults. #1776

jordandukart opened this issue Mar 10, 2021 · 8 comments
Labels
Type: enhancement Identifies work on an enhancement to the Islandora codebase

Comments

@jordandukart
Copy link
Member

jordandukart commented Mar 10, 2021

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.

@dannylamb
Copy link
Contributor

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.

@kspurgin
Copy link
Contributor

kspurgin commented Mar 17, 2021

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

@dannylamb
Copy link
Contributor

So I just took a youtube link and made a "Remote video" no problem. It even snagged a thumbnail and set the title automagically.

image

I added the media of field and everything's fine, too. This seems totally workable.

@jordandukart
Copy link
Member Author

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.

@bondjimbond
Copy link

@mjordan
Copy link
Contributor

mjordan commented Apr 7, 2021

Should there be a "Media of" field on remote video? Here's what I'm seeing when I go to add one:

image

@jordandukart
Copy link
Member Author

Yep @mjordan that's part of what would need to be done to "support" this.

@mjordan
Copy link
Contributor

mjordan commented Jul 14, 2021

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 field_media_of added to it). Exact process for getting this into the next release TBD.

@kstapelfeldt kstapelfeldt added Type: enhancement Identifies work on an enhancement to the Islandora codebase and removed enhancement labels Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement Identifies work on an enhancement to the Islandora codebase
Projects
Development

No branches or pull requests

6 participants